Audio (342) Datatype (50) Demo (203) Development (592) Document (22) Driver (99) Emulation (146) Game (991) Graphics (494) Library (113) Network (228) Office (65) Utility (912) Video (69)
Total files: 4326
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
NAME
Strlen - returns the length of a given string
FORMAT
Strlen STRING
TEMPLATE
STRING/A
FUNCTION
This command returns the string of the given argument.
RESULTS
Length Length of the string
EXAMPLES
Strlen "Hello World" returns 11
NOTES
I needed this feature in an AmigaDOS script and I didn't want to make
it a very complicated calculation. It could be done with AmigaDOS
commands but this one is more elegant.
AUTHOR
Philippe "Elwood" Ferrucci
pferrucci()sfr.fr
|