EngoTom
15 years agoVisitor
Quick Brightscript questions
Question 1, How do I cast a string to an int?
if "1" > 2
'do something
end if
Question 2, how do I pass a reference to a variable?
From my poster screen I pass an roArray to the scringboard when I create it. If modified on the springboard I want the poster screen roArray to represent the changes.
THX
if "1" > 2
'do something
end if
Question 2, how do I pass a reference to a variable?
From my poster screen I pass an roArray to the scringboard when I create it. If modified on the springboard I want the poster screen roArray to represent the changes.
THX