ARB-Input-Mask # This is a simple user-mask example. # What to edit @ITEMTYPE=Species # Title of the user-mask-window @TITLE=Global data # Spacing in window @X_SPACING=5 @Y_SPACING=3 # Show edit/reload button @EDIT=1 # --------------------------- # The definition of the mask: @MASK_BEGIN GLOBAL(MY_NAME,"Insert your name here") GLOBAL(MY_INITIALS,"??") SHOW("My name ",MY_NAME,30) SHOW("My initials",MY_INITIALS,5) @MASK_END