neat video check out my video britney spears dale
britneydalenumber1 1 year ago
Is there an easy way to display your trace/ result in a dynamic text box?
NorwegianRailroadMan 2 years ago
well u wont be displaying trace u will be displaying the array itself. like this
_root.dynamictextname.text = myarray;
if u want just one lement from the array
_root.dynamictextname.text = myarray[a]
where "a" is the element location in the array remember arrays starts at "0".
if its a multidimentional array
_root.dynamictextname.text = myarray[a][b];
where "b" is the location number of the "a" element in the array.
aandre311 2 years ago
Your A really Good Teacher!! i learned more from you in 1 hr then a flash book in 90 days lol!.
Tru510Bay 3 years ago 5
Thanks. I really appreciate that.
robgraham 3 years ago
I Agree! He should be on TV :o)
dougieladd 2 years ago 2
omg ur tuts pwn!!!!! im subscribing to u!
mykatanaiskool 4 years ago
Great video, nice and clear. I'm programming in C# at the minute and although the languages are different the principles apply.
legend142 4 years ago
neat video check out my video britney spears dale
britneydalenumber1 1 year ago
Is there an easy way to display your trace/ result in a dynamic text box?
NorwegianRailroadMan 2 years ago
well u wont be displaying trace u will be displaying the array itself. like this
_root.dynamictextname.text = myarray;
if u want just one lement from the array
_root.dynamictextname.text = myarray[a]
where "a" is the element location in the array remember arrays starts at "0".
if its a multidimentional array
_root.dynamictextname.text = myarray[a][b];
where "b" is the location number of the "a" element in the array.
aandre311 2 years ago
Your A really Good Teacher!! i learned more from you in 1 hr then a flash book in 90 days lol!.
Tru510Bay 3 years ago 5
Thanks. I really appreciate that.
robgraham 3 years ago
I Agree! He should be on TV :o)
dougieladd 2 years ago 2
omg ur tuts pwn!!!!! im subscribing to u!
mykatanaiskool 4 years ago
Great video, nice and clear. I'm programming in C# at the minute and although the languages are different the principles apply.
legend142 4 years ago