LiveCode BuilderOperatorsBase10LogOperatorOn this pageBase10LogOperator Type operator Summary Base 10 log operator. Syntax log(<Operand>) Description Base 10 log operator. Parameters NameTypeDescriptionOperandAn expression that evaluates to a number. Examples variable tVar as Numberput the log of 10000 into tVar -- tVar contains 5