1 NUM The NUM function returns the row number of the last data element transferred into an array by a MAT I/O statement. Example Row_count% = NUM 2 Syntax int-var = NUM 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 NUM$ The NUM$ function evaluates a numeric expression and returns a string of characters in PRINT statement format, including leading and trailing spaces. Example Number$ = NUM$(34.5 * 5000 / 32.4) 2 Syntax str-var = NUM$(num-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 NUM1$ The NUM1$ function changes a numeric expression to a numeric character string without leading and trailing spaces. Example Number$ = NUM1$(PI/2) 2 Syntax str-var = NUM1$(num-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 NUM2 The NUM2 function returns the column number of the last data element transferred into an array by a MAT I/O statement. Example Column_count% = NUM2 2 Syntax int-var = NUM2