Re: CONVERT BLOB

2023-09-15 Thread Keisuke Miyako via 4D_Tech
you must specify the byte value of $vBlob for the correct answer. it is not a syntax problem. ** 4D Internet Users Group (4D iNUG) New Forum: https://discuss.4D.com Archive: http://lists.4d.com/archives.html Options:

CONVERT BLOB

2023-09-15 Thread stardata.info via 4D_Tech
Hi All, I use 4D V16 on windows. Using this command:    $vText:=BLOB to text($vBlob;UTF8 text without length)    i need to receive TM char ( Trade Mark simbol ) I try to use even $vText:=CONVERT TEXT($vBlob;"latin1") but not work. Someone know a solution? I use the command:    USE