No subject


Thu Oct 26 19:20:09 CEST 2017


I just have fixed this bug! Replace:

=A0 IF bProc THEN $sName =3D aLine[iPos + 1] =A0'<----------- 598

by the following:

=A0 IF bProc THEN
=A0=20
=A0 =A0 INC iPos
=A0 =A0 IF iPos >=3D aLine.Count THEN RETURN

=A0 =A0 $sName =3D aLine[iPos]
=A0 =A0=20
=A0 ENDIF

This correct it
Next version should have it regarding Benoit

Grts Ron




More information about the User mailing list