Barry Fawthrop <barry@[EMAIL PROTECTED]
> wrote:
> 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
TextF was an `unofficial' interface of SRC M3; in CM3 the
TEXT representation has changed. Use the `official' GetChar
procedure instead.
Olaf
--
/\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
|| Olaf Wagner | wagner(at)luthien.in-berlin.de (priv.)|
|| Cranachstrasse 7 | wagner(at)elego.de (business) |
|| D-12157 Berlin | phone: +49 30 85 60 26 70 |
|| Germany / Deutschland | fax: +49 30 85 58 01 88 |
\/////////////////////////////////////////////////////////////////
--
/\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
|| Olaf Wagner | wagner(at)luthien.in-berlin.de (priv.)|
|| Cranachstrasse 7 | wagner(at)elego.de (business) |
|| D-12157 Berlin | phone: +49 30 85 60 26 70 |
|| Germany / Deutschland | fax: +49 30 85 58 01 88 |
\/////////////////////////////////////////////////////////////////


|