Hi all
i want to extract each line of a multiline get into a string for printing this string.
I'm just a Fivewin beginner and i don't know how (Don't laugh..)
Thanks.
Hi all
i want to extract each line of a multiline get into a string for printing this string.
I'm just a Fivewin beginner and i don't know how (Don't laugh..)
Thanks.
Have you tried MemoLine()?
EMG
I am using Fw 2.1 and i don't find this function
It is a Clipper function.
EMG
Houpps
sometimes i forget to look in Clipper's functions .
I am maniac by Fivewin.
I think memoline() will work fine
Thankjavascript:emoticon(':lol:')
Thanks ....(of not laughing)
FOR I:=1 TO MLCOUNT(cMemo,60)
oPrn:cmSay(cLinea, 05.9, MEMOLINE(cMemo,60,I) , oFont2)
NEXTThanks for you two
It works fine