topleft1.gif (9199 bytes)

Upgrade to 7.2

topleft2.gif (7412 bytes)

Macon Systems, Inc.
PO Box 1388,  Colorado Springs, CO  80901
Phone: (719) 520-1555    Fax: (719) 576-7626
Email: msi@maconsys.com

 

sharedborder150.gif (1798 bytes)

Up

sharedborder150.gif (1798 bytes)

 

IFSTR, IFNUM (6.1)

(used in SQL Queries, not ADBM formulas)

IFSTR(x,T,F)
IFNUM(x,T,F)

These functions are the equivalent of the IF(x,T,F) function in the
ADBM formula language. The difference is that IFSTR(x,T,F) returns
a string result and IFNUM(x,T,F) returns a numeric result. All
three parameters x,T,F can be either string or numeric for both calls.
The SQL driver converts the value T or F that is returned to a string
for IFSTR and to a real number for IFNUM.