Topic Path: Symbol Reference > Constants > MaxWord Constant
ContentsIndexHome
PreviousUpNext
MaxWord Constant

Maxword is a constant corresponding to the highest value possible for a word.

File
MaxWord = High(Word);

This constant is used to prevent overflow problems in the block counter. As soon as the block counter arrives to 65535 it is reset.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.