MovieMaker
USA
Asked
— Edited
Resolved by Rich!
I know what strings are and the different types. But, I can't seem to get the handle on the syntax of everything.
I am going to go examine previous EZB files. If there is already a tutorial on the subject point me to it.
Thanks,
Mel
here ya' go... an example of assigning a string to a variable
OK, that much I know. What I am looking to find out is how the string works in the weather script. I have changed it so many times that everything is a blur.
Thanks for your help.
Mel ... look over the examples again... the light bulb will go off soon.... remember the dt app passes the values to ARC.... you do not need to assign data to any of the saved variables... the values loaded into the variables are done by The DT app itself....
Look at My code again in the other thread....
Mel, have a look at my script on the Kangaroo, it shows string manipulation, conversion (to and from decimal etc) and also arrays.
Tony
thanks, Tony!
Also have a look at my tutorial on the syntax for data retrieval. Since data is commonly assigned to a variable it should aid you in understanding a little better.
What is it specifically you can't get a handle on? If a variable exists you can use it a million different ways to be honest. If you have a variable called $temperature you can use this in a few different ways;
Or
Or
I could go on and on and on but with no specific topic to cover we could be here for a while.
Thanks!