responderpb
Programmer
thread144-1744777
the solution:
Since PB10 is using Unicode to encode characters.
//*the data are converted into blob data*
lblb_args = Blob(ls_args, EncodingAnsi!)
ll_bloblen = len(lb_blob)
the solution:
Since PB10 is using Unicode to encode characters.
//*the data are converted into blob data*
lblb_args = Blob(ls_args, EncodingAnsi!)
ll_bloblen = len(lb_blob)