SmallBASIC GuideThe language | Programming Tips | Commands | System | Graphics & Sound | Miscellaneous | File system | Mathematics | 2D Algebra | Strings | Console | Glossary |
The USE keyword

This keyword is used on specific commands to passing a user-defined expression. Example:
SPLIT s," ",v USE TRIM(x)
In that example, every element of V() will be 'trimmed'. Use the x variable to specify the parameter of the expression. If the expression needs more parameter, you can use also the names y and z


[Prev] [Next]