StringLibrary

This collection contains user code methods that provide useful string manipulation functionality.

To use them, simply ⇢ add the individual methods to the desired recording modules.

On this page

    ConcatStrings

    Concatenates two strings into one and returns the resulting string. String string1 / string 2 are the strings to concatenate.

    GetRandomString

    Produces a random string of the specified length and returns it. String length is the number of characters of the string. If left empty, uses 35 characters as length.