Re: how to determine the current number of ROWS on screen


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

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




Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]