SEVAL() Function - BBj


For this topic's original documentation, see SEVAL() Function - Evaluate String Expression.

BBj-Specific Information

Syntax

SEVAL(str{,str} {,ERR=lineref})


The optional second str argument is a default value to be returned in the event of an error evaluating the expression.

Example

SUB$=SEVAL("X$(10,10)")
!ERROR=47 (Invalid substring reference)
SUB$=SEVAL("X$(10,10)","")

See Also

Functions - Alphabetical Listing