BaseConvertFrom

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
<Operand> converted from base <Source>
Associationscom.livecode.math
Summary

Converts the base of Operand

Parameters
NameTypeDescription
Operand

An expression that evaluates to a string.

Source

An expression that evaluates to an integer.

Values
NameTypeDescription
return

Operand converted to base 10.

Description

Interprets a string in the desired base and converts it to decimal.

Note: The source base must be an integer between 2 and 32.

Tagsmath