Previous Topic

Next Topic

Val - MaxBasic Function

Val(String: String): Number

Returns a number representing the value of String. If String is empty, a value of 0 is returned.

Val function syntax has these named arguments:

Parameter

Description

String

Required. String expression to be evaluated.

See Also

Number Functions

Book Contents

Book Index