Skip to content

Default CurrentLine

MicroBlaster edited this page Apr 3, 2023 · 1 revision

The following commands will now default to currentline:

getword getwordPos getWordCount cutText getText

Since these commands are primarily used for capturing data from the current line, you can now omit that paramater for cleaner looking code.

#Before: 
GetWord CURRENTLINE $var 3

#Now:
GetWord $var 3

Clone this wiki locally