Difference between revisions of "StrExpr"
Jump to navigation
Jump to search
no edit summary
imported>Tibixe |
imported>Tibixe |
||
Line 12: | Line 12: | ||
Three type of blocks can appear in expressions: | Three type of blocks can appear in expressions: | ||
===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=== | |||
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=== | |||
Syntax: ''@{first_variable}'' | Syntax: ''@{first_variable}'' | ||