Audio (340) Datatype (50) Demo (203) Development (590) Document (22) Driver (99) Emulation (146) Game (980) Graphics (490) Library (112) Network (228) Office (64) Utility (903) Video (67)
Total files: 4294
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
|