Audio (333) Datatype (50) Demo (199) Development (580) Document (21) Driver (96) Emulation (146) Game (949) Graphics (488) Library (108) Network (224) Office (61) Utility (881) Video (65)
Total files: 4201
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
|