User Tools

Site Tools


crpl:docs:stringlength

This is an old revision of the document!


~~DISCUSSION~~ <- CRPL reference <- String Commands

StringLength

ArgumentsResultNotation
String Length of String s1 – n1

Added in version 1.07

Description

Returns the length of a string to the stack.

Examples

# Get the length of a string
"Creeper World 3" ->title
<-title StringLength # returns 15

# Warp notation version
StringLength(<-title)
crpl/docs/stringlength.1383920677.txt.gz · Last modified: 2025/02/14 14:56 (external edit)