Description:
Define an alias for a cell in the text format code of .spl script.
Syntax:
@x:…
Note:
In the .spl script’s text format code, you can define alias x for a cell for later reference. The method applies to the for statement.
Parameter:
x |
The user-defined cell alias. |
… |
Script content in cell x. |
Example:
Below is the text format script p1.spl:
View the script in IDE: