Re: Declaring Variables

2006-11-29 Thread Dar Scott
On Nov 28, 2006, at 2:20 PM, Francis Nugent Dixon wrote: But the problem is not there : 1 - Look at the question Ah ha! Your mind reading powers are not as great as they once were! I was not answering, I was commenting. Your empathy for beginners has not lost any greatness, and that is

Declaring Variables

2006-11-28 Thread Francis Nugent Dixon
of that variable is the same as the name of the variable. or From: Dar Scott [EMAIL PROTECTED] (Nice summary on declaring variables, Jan) On Nov 27, 2006, at 2:35 PM, Jan Schenkel wrote: the compiler ... may even decide that the default value of that variable is the same as the name

Declaring Variables

2006-11-27 Thread LunchnMeets
Hi, I've seen references to declaring or initializing variables. How and why would I do that? Joe Orlando Florida ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Declaring Variables

2006-11-27 Thread Jan Schenkel
--- [EMAIL PROTECTED] wrote: Hi, I've seen references to declaring or initializing variables. How and why would I do that? Joe Hi Joe, Globval and script-local variables need to be declared, or you can't use them as such - the compiler will assume you're working with a temporary

Re: Declaring Variables

2006-11-27 Thread Dar Scott
(Nice summary on declaring variables, Jan) On Nov 27, 2006, at 2:35 PM, Jan Schenkel wrote: the compiler ... may even decide that the default value of that variable is the same as the name of the variable. Note that the default value does not mean the same as initial value. Without

declaring variables programs the Variable Watcher

2005-03-24 Thread Erik Hansen
declaring your variables programs the Variable Watcher. you decide the sequence: local tVar1, tVar2, tStartPoint, tEndPoint,... Virtual Variable Watcher -- tVar1 tVar2 tStartPoint tEndPoint . . . -- the ones you are working on are on top and easier to see. [EMAIL PROTECTED]