Takes two parameters, Source, Search
Description:
This command uses the given Search values's length to perform an equality test on all of the characters (bytes) in the given Source value starting from the left-most (beginning) character (byte) until the Search value's length. If any characters (values) are matched, they are removed from the Source parameter and the resulting Source is returned.
Example:
[New] source = "Example"
[New] pSearch = "1E2x3a"
[New] result = LTrimAny$ source, pSearch
Html ("result: " & result) 'result: mple