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
trimgets rid of leading and trailing spaces.The function
instrsupports both case sensitive and case insensitive comparisons.The function
splitcan split a string into a string array.