basic.functions
elements in FlashBASIC or Pick/BASIC language expressions, returning a single value in place, as a function of the arguments. A function can be used anywhere a variable or expression is used.
Syntax
function({argument{,argument{,..}}})
Description
elements in FlashBASIC or Pick/BASIC language expressions, returning a single value in place, as a function of the arguments. A function can be used anywhere a variable or expression is used.
Example
int.date=iconv(ext.date,'d')
if data='' then kc=1 else kc=dcount(data,am)
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
