AsciiSum()
Adds all elements of a string
Syntax:
AsciiSum( cString ) -> nAdds
cString : The string to manipulate
Description:
Adds all ascii values of a specified string.
Return:
The sum of all ascii values.
Example:
? AsciiSum( "AB" ) // 131
See Also:AsciiAdd()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson