About String Functions
-
The uniform random variables generated by VB is pretty good. At least it's acceptable according to the test in R.
-
String functions that return a string can be used with a dollar sign at the end, which is a faster version of the corresponding function.
-
The function
trim
gets rid of leading and trailing spaces. -
The function
instr
supports both case sensitive and case insensitive comparisons. -
The function
split
can split a string into a string array.