SETDELIM†
Format†
SETDELIM( array , delim )
Function†
- Sets the standard delimiter (simple array delimiter) for the variable.
- The default delimiter is a comma.
- The example above is trying to change the delimiter of the variable var to "/", but this will not work correctly.
- As shown below, specify the target variable directly as the first argument and the delimiter directly as the second argument.
SETDELIM(var, "/")
Arguments†
- array
- A simple array variable for which you want to set the delimiter.
- delim
- Delimiter (string)
Return value†
- There is no return value.
Related†
Version†
- YAYA: Available from the start
- Available in AYA5.8
Example†
- No example yet.
- Someone please provide one!