Skip to main content

Base10LogOperator

Type

operator

Summary

Base 10 log operator.

Syntax

log(<Operand>)

Description

Base 10 log operator.

Parameters

NameTypeDescription

Operand

An expression that evaluates to a number.

Examples

variable tVar as Number
put the log of 10000 into tVar -- tVar contains 5
Thank you for your feedback!

Was this page helpful?