<- CRPL reference <- String Commands
Arguments | Result | Notation |
---|---|---|
String | Length of String | s1 – n1 |
Added in version 1.07
Returns the length of a string to the stack.
# Get the length of a string "Creeper World 3" ->title <-title StringLength # returns 15 # Warp notation version StringLength(<-title)