Hallo WorldLB15 - OSP5000L
N10 ABCD = 1
PUT '$DATA.TXT%' (File-name)
PUT $0D0A (CR/LF)
NSRT PUT V[ABCD] <<<== will not work!!!
PUT $0D0A
WRITE 0
ABCD = ABCD + 1
IF [ABCD LT 33] NSRT
NEND M02
What i want is to PUT variable V1 ...to...V32 on the RS232 (CN0)
Off course i can write the line with PUT[V901] to [V932] in seperat line, but the easy way is making a lope
How can HELP?
rg
CNCBOY1