I have the following code that loop through this memo field ....
StringVar Array x:=Split({My.Field}, "Z");
NumberVar u:=ubound(x);
NumberVar i;
NumberVar y:="";
for i:=1 to u do
(y:=y+x[i]+chr(13);
y
The result ...
timestamp
submitted by XXX
content XXXXXXXXXXXXXXX
timestamp
submitted...
Hi Everybody,
I am following an old thread by (AKA IBass and SnapVampire) that have a perfect example on how to use split function to creat an array and parse out only data that you. I am hoping to catch those who have participated on that thread which have now been closed to continue with the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.