Could someone explain ...
THIS works ...Code:IF ACLine == 0 THEN @ NOP ' read Line input ENDIF
THIS Generates an error ...Code:IF ACLine == 0 THEN @ NOP ' read Line input
Alain
Could someone explain ...
THIS works ...Code:IF ACLine == 0 THEN @ NOP ' read Line input ENDIF
THIS Generates an error ...Code:IF ACLine == 0 THEN @ NOP ' read Line input
Alain
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
@ symbol is for replacing ASM ENDASM. It should be first charter on that line, so it will indicate that line is ASM.
So try to write If ... THEN ASM NOP ENDASM
Hi, Pedja
doesn't work Either ...
C:\USERS\ACETR\DOCUMENTS\PROJETS_MCHIP\THERPICPOUL _TR.BAS ERROR Line 257: Bad expression.
C:\USERS\ACETR\DOCUMENTS\PROJETS_MCHIP\THERPICPOUL _TR.BAS ERROR Line 257: Bad expression or missing THEN.
C:\USERS\ACETR\DOCUMENTS\PROJETS_MCHIP\THERPICPOUL _TR.BAS ERROR Line 257: IF without a matching ENDIF.257: Syntax error
257: Syntax error
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
I expected that...
Then you must press enter two more times![]()
Bookmarks