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.
MULTILINE GETS
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
-
- Posts: 108
- Joined: Sun Oct 09, 2005 6:12 pm
- Location: Mar del Plata - Argentina
- Contact:
Patili:
The edit memo is edited with a fixed size font like courier new and it has the exact size to enter 60 characters in it.
Regards,
Code: Select all
FOR I:=1 TO MLCOUNT(cMemo,60)
oPrn:cmSay(cLinea, 05.9, MEMOLINE(cMemo,60,I) , oFont2)
NEXT
Regards,