zonsor

zonsor is a system variable that contains the name of the last field entered when an input in a mask is performed.

This function is only usable in Classic pages related code and is deprecated for code running in version 7 mode.

Syntax

 [S]zonsorzonsor

Examples

# Example in object management# The button "a" is activated# then, after the execution of the action, we give back the hand to the last field entered# Button definition$DEFBOUTNBTEX += 1 : CBOUT(NBTEX) = "a"TEX(NBTEX) = "a button"Return# Button execution$EXEBOUTCase REPWhen "a" : Gosub HANDLE_BUTTON_A : zonsui = zonsorEndcaseReturn

Description

zonsor is an alphanumeric variable that contains the name of the last field inputted.

See also

Affzo, Diszo, Effzo, Envzo, Grizo, zc, zonsui, zoncou.