Difference between revisions of "User talk:FloppusMaximus"

From WikiTI
Jump to: navigation, search
 
m
Line 1: Line 1:
 
Can you use [[83Plus:BCALLs:805A|GetFieldSize]] to determine the fieldsize of the fields in an appheader?
 
Can you use [[83Plus:BCALLs:805A|GetFieldSize]] to determine the fieldsize of the fields in an appheader?
 +
 +
:Yes.  Although, GetFieldSize behaves a little oddly on fields with an F size indicator.  It wont give you the size of the field (which is a good thing, since if it did, you would end up skipping over the whole app), but it will increment HL to point to the next field in the app header.  So you've just got to know it's going to do that, and then go about your business.  --[[User:Dan Englender|Dan Englender]] 09:12, 21 Apr 2005 (PDT)

Revision as of 09:12, 21 April 2005

Can you use GetFieldSize to determine the fieldsize of the fields in an appheader?

Yes. Although, GetFieldSize behaves a little oddly on fields with an F size indicator. It wont give you the size of the field (which is a good thing, since if it did, you would end up skipping over the whole app), but it will increment HL to point to the next field in the app header. So you've just got to know it's going to do that, and then go about your business. --Dan Englender 09:12, 21 Apr 2005 (PDT)