Difference between revisions of "StrExpr"
Jump to navigation
Jump to search
no edit summary
imported>Tibixe |
imported>Tibixe |
||
Line 14: | Line 14: | ||
'''String variable block:''' | '''String variable block:''' | ||
Syntax: ''${stringID_variable}'' | Syntax: ''${stringID_variable}'' | ||
Replaced with the string associated with ''stringID'' | Replaced with the string associated with ''stringID'' | ||
'''Variable value block:''' | '''Variable value block:''' | ||
Syntax: ''?{number_variable}'' | Syntax: ''?{number_variable}'' | ||
Replaced with the value of the variable ( in decimal form ). | Replaced with the value of the variable ( in decimal form ). | ||
'''Variable sequence block:''' | '''Variable sequence block:''' | ||
Syntax: ''@{first_variable}'' | Syntax: ''@{first_variable}'' | ||
Replaced with the string produced by interpreting the variables as characters, starting from ''first_variable'', until a zero value is found. See [[StrLoad]] and [[StrSave]] | Replaced with the string produced by interpreting the variables as characters, starting from ''first_variable'', until a zero value is found. See [[StrLoad]] and [[StrSave]] | ||