Post Reply 
Terminal Command (bug?)
10-29-2022, 06:07 AM
Post: #1
Terminal Command (bug?)
Used: Emulator - Firmware 14596

Changing the contents of Twitter lines is fine. For instance, this code changes the 1st line of the Terminal to "{5,#0000FFh}":

Code:
EXPORT test2()
BEGIN
PRINT();
A:=1;
PRINT(A);
Terminal(1):={5,#0000FFh};
END;

This code, which is attempting to turn the first line blue, crashes the emulator:

Code:
EXPORT test2()
BEGIN
PRINT();
A:=1;
PRINT(A);
Terminal(−1):={5,#0000FFh};
END;




Also, I assume object is what I want printed. I don't know what to use for flags.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)