Frombase62()

This takes in a string and attempts to convert from Base62

Usage

NUMERIC = Frombase62( string )
Argument Summary
string string

Calling

Supports named-parameter calling allowing you to use the function like:

Frombase62(
   string=?
);

Supports passing parameters as a structure using ArgumentCollection:

Frombase62( ArgumentCollection={
   string : ?
} );