Greetings
In trying to compile m3-mail/postcard
I come across errors like these
"../src/MiscUtils.m3", line 19: subscripted expression is not an array
"../src/MiscUtils.m3", line 22: subscripted expression is not an array
"../src/MiscUtils.m3", line 23: subscripted expression is not an array
"../src/MiscUtils.m3", line 27: subscripted expression is not an array
line 19 IF NOT (t[pos] IN White) THEN EXIT END;
line 22 IF t[pos] = '+' THEN INC(pos)
line 23 ELSIF t[pos] = '-' THEN neg := TRUE; INC(pos)
What is the new manner of referencing subscripts, I'm assuming it was part
of the TextF, which is no longer valid, any ideas
Thanks in advance
Barry


|