Grube
Programmer
- Feb 6, 2007
- 27
can someone please tell me the exact syntax for LOOP FOR...
by the clarion's help i've done this
LOOP
FOR(x,1,5) BY(1)
loc:var = KON:Konobar[1]
message(loc:var)
.
i need to get characters individual in the message...
any ideas how to change one of the var characters for printing? we in croatia have some strange letters (š,?,?,?,ž) so i need to replace those chars with {,},@,[,],~ etc. so that my STAR SP200 printer can print "our" letters...
so if the KON:Konobar is "Miški?" i have make this somehow to "Mi{ki]"...just like auto correct in MS Word.....
by the clarion's help i've done this
LOOP
FOR(x,1,5) BY(1)
loc:var = KON:Konobar[1]
message(loc:var)
.
i need to get characters individual in the message...
any ideas how to change one of the var characters for printing? we in croatia have some strange letters (š,?,?,?,ž) so i need to replace those chars with {,},@,[,],~ etc. so that my STAR SP200 printer can print "our" letters...
so if the KON:Konobar is "Miški?" i have make this somehow to "Mi{ki]"...just like auto correct in MS Word.....