Decimal-func
Convert a given string representation in the specified radix into a decimal number.
double decimal(string text$, int radix)
text
radix
Return a dicimal number corresponding to text representation in the radix.
decimal(100,2) = ; //returns 4 decimal("Origin", 16) = ; // decimal("OriginLab", 36) = ; //