Posted by Brian Levantine on August 09, 2014 at 13:01:06:
In Reply to: how to determine the current number of ROWS on screen posted by Bob A on August 06, 2014 at 07:17:18:
Hi Bob. Try this:
Length 15 & Local Val$
Print (Request ID)
Input Val$
Cols = Asc(Sub(Val$, 13, 1))
Rows = Asc(Sub(Val$, 14, 1))
Rows = Rows+1 ! Status line
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.