Hi,
I'm just working through the LDos commands and I seem to have discovered a strange glitch.
FILE$="RAM:env/"
L$=Lcat First(FILE$)
Do
N$=Lcat Next
Print "First:";L$
Print "Next:";N$
Print FILE$
` C=Lcat Prot
Print C;" ";
Print L$;" Len(L$)";Len(L$)
Print
Clear Key: Wait Key
Loop
The thing is that L$ and N$ are completely different internal variables used by AMOS, but on my setup when running the above code they end up as the same when using the Print command!! Unless I'm going nuts, I can't see how. (Yes, Do comes AFTER L$=Lcat First(FILE$))
The other thing is that when I used X=Lcat Type(FILE$), the editor crashed when I hit F2 (check syntax). The correct syntax for Lcat Type is X=Lcat Type, but I was just checking something. I am starting to think that LDos is seriously flawed in it's code (though some of it's commands are useful).
Does anyone else here experience the same problems when using LDos 2.5 with AMOS Pro 2.X?
Regards,
Lonewolf10