So I have read over every thing I could find in the XLOBBY forum, but I am still confused on some things.
Categories:
Why would I use a Category and how does using a category benefit me?
Variables:
In the examples I have seen for variable assignment, it has shown that the syntax would be similar to category>music>songtitle.
If I want to create my own variable where would I assign a value to it?
After the variable has been assigned a value, would what would the syntax be to use that variable?
Example:
I have 2 buttons, 1 labeled DVD and the other labeled TV. I also have a text field which I want to appear empty by default. (i.e. no value assigned to a variable. Lets name the variable DeviceName for this example.)
When I select the DVD button, I want DeviceName to be set to "DVD" and the text field to now read "DVD".
Next, when I select the TV button I would like the DeviceName variable set to "TV" and the text field to read "TV"
I am sure I will have more questions as time goes on, but answers to these will help me get started.