Product: LABELVIEW, CODESOFT
Version: All Versions
|
BASEXTOBASE10(«string_1»,«string_2»): Converts string_2 from base string_1 to base 10.
Examples:
If the field named Base 16 contains the string "0123456789ABCDEF"
BASEXTOBASE10(Base16, "E") produces 14
BASEXTOBASE10(Base16, "A") produces 10
BASEXTOBASE10("012345", 11) produces 7
Note: The string for baseX must define the base's full character set. (ex. base16 = "0123456789ABCDEF")
|