[CR #290780] Some PowerScript blob functions do not work correctly on Solaris. In the following code, the Integer function should return an int from the blob, but it does not:
blob{6} myblob int myint myblob = blob("~025~000") myint = Integer(myblob) if myint <> 25 then return "***** FAILED *****: integer from blob" end if
Workaround: None. This is scheduled to be addressed in later builds of PowerBuilder.
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |