ISPART() Determines if a value is part of a set CURD() Return current drive letter SBROWS() Determine number of rows in a box ISPRN() Detects printer ready (or not) on LPT1, 2 or 3 SBCENTER() Centers box coordinates SBCOLS() Determine number of columns in a box EVALQ() Evaluates a logical condition in a string ENDSWITH() Determines if a string ends with another string PRNTFRML() Prints a formletter created by formletr() CDIR() Change Directory VARLEN() Returns length of a variable of any type
Tag Archives: CURD()
SP_CURD
CURD() Short: ------ CURD() Return current drive letter Returns: -------- <cDrive> => drive letter Syntax: ------- CURD() Description: ------------ Returns the current drive letter, less colon (:). Examples: --------- ?"Current drive is ",CURD(),":" Source: ------- CURD.PRG