Code: Select all
var myObject = {property:1, anotherProperty:"test"}; // myObject.anotherProperty would output "test"
Thanks for any and all help.
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
var myObject = {property:1, anotherProperty:"test"}; // myObject.anotherProperty would output "test"
Code: Select all
set the cBla of btn "Some Button" to "whatever data you like"
Code: Select all
put "some data" into mySomeArray["This is a Key"][42]
Code: Select all
set the cArrayproperty of fld "Some Field" to myWhateverArray