1 INT The INT function returns the floating-point value of the largest whole number less than or equal to a specified expression. Example Result = INT(6.667) 2 Syntax real-var = INT(real-exp) Status: 200 OK Content-Type: text/plain; charset=ISO-8859-1 Last-Modified: Mon, 23 Oct 2000 06:15:19 GMT Script-Control: X-stream-mode=1 1 INTEGER The INTEGER function converts a numeric or string expression to a specified or default INTEGER data type. Example A% = INTEGER(5%, BYTE) 2 Syntax [, LONG ] int-var = INTEGER(exp [, BYTE ] ) [, WORD ]