String Functions Library
Application:
VBS2
ArmA
Download Link:
2.2.1
Last Update:
Fixed problem with getArg
Implemented ArmA string functions
Allowed undefined length in Mid function
Added functions: Index, Replace, findFlag, getArg, getArgRev, Compare & ArraySort
Forum Thread:
-
forums.bistudio.com
Adds several string manipulation functions.
Functions include:
toArray
: Converts string into an array of characters
Length
: Returns length of string
Left
: Returns leftmost characters of string
Right
: Returns rightmost characters of string
Mid
: Returns substring
InStr
: Tests for presence of search string
Index
: Returns the position of a search string
Replace
: Replaces every sub-string occurrence
Upper
: Converts string to uppercase
Lower
: Converts string to lowercase
findFlag
: Finds a specific string in a mixed array
getArg
: Returns an argument value from a mixed array
getArgRev
: Returns a qualifyer from a mixed array
Compare
: Compares two strings
ArraySort
: Sorts multi-dimensional arrays
[back to main page]