Skip to content

Commit

Permalink
Fixed dsm substr syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
juha-h committed May 10, 2024
1 parent 12891c9 commit b0cd42b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/dsm/dsm_syntax.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ DSM flow
append($var, value)
e.g. append($var, "text"); append($var, #key);
append($var, @select); append($var, $var2);
substr($var, pos)
e.g. substr($myvar, 5);
substr($var, pos[, len])
e.g. substr($myvar, 5, 2);

size($arrayname, $dst);
set variable $dst to size of array
Expand Down

0 comments on commit b0cd42b

Please sign in to comment.