View Single Post
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old June 17th, 2012, 04:12 PM
Field Context

There are three types of fields - numerical, text, or menu, and each has different operations that can be performed.




Places you can travel to:
  • pick
    • Travels to the pick that contains this field
  • chosen
    • Test: ischosen
    • Menu fields only
    • Travel to the pick context of whatever the user chose in this menu
Questions you can ask:
  • isempty
    • Text fields only
    • TRUE/FALSE: Is this field empty/blank? (this will return 1 if the text is blank, and return 0 if there is some text in it).
Operations Available



(This can either be used to look up information on the field or to change the value of the field):
  • value
    • Numerical fields only
    • Returns the value stored in this field
  • text
    • Text fields only
    • Returns the text stored in this field
This list is only the most common things you'll do in the field context. A more complete list is available at: http://hlkitwiki.wolflair.com/index....xt#transitions
Mathias is offline   #4 Reply With Quote