Skip to content

_strlen

bergsma edited this page Sep 26, 2014 · 3 revisions

#strlen

###Return string length.

Syntax

 = strlen string ;

Arguments

  1. list string

The source data.

Return Value

  • status : A string length that would be output using the puts for fputs functions.

The STATUS variable is set to $ACKNOWLEDGE

  • status : A string length that would be output using the puts for fputs functions.

The STATUS variable is set to $ACKNOWLEDGE

Exceptions

  • %ARGUMENT: Invalid arguments. Usage: = strlen string ;

  • %BOUNDS: Subscript is out of bounds in strlen()

Description

  • None

Examples

puts "Create an example for the function 'strlen'" ;

Related Links

None

Clone this wiki locally