Open x87 opened 1 year ago
https://github.com/cleolibrary/III.VC.CLEO/blob/01684d76355fe28ccf33c7e1b77582d595d262a9/source/III.VC.CLEO/CustomScript.cpp#L231-L233
Instead of break, this code indicates a start of a new fixed length (up to 7 characters + zero bytes; 8 in total) character array.
break
This will allow code like
0AAB: '1.txt'
https://github.com/cleolibrary/III.VC.CLEO/blob/01684d76355fe28ccf33c7e1b77582d595d262a9/source/III.VC.CLEO/CustomScript.cpp#L231-L233
Instead of
break
, this code indicates a start of a new fixed length (up to 7 characters + zero bytes; 8 in total) character array.This will allow code like