Parent Topic: Language
Syntax: INPUT "text" #x; | numerical constant
INPUT "text" $x; | character constant
INPUT "text" %x; | layer variable
Example: input "Enter layer for Tree Coverage: " %tree ;
Values entered by the user for a layer variable are checked to
ensure the image channel exists on the database file.