At 7:53 PM -0500 3/16/05, Kevin J wrote:
Is there a document or a website that can explain some of the key
words a bit better. When to know when you need the key words "the",
"is" ect.
ie:
  if the somthing of the otherthing = "true" then


The the keyword is mandatory before the names of built-in functions, unless the parentheses form of the function is used:

  get the time -- must use "the" if () are not used
  get time()   -- cannot use "the" if () are used

The the keyword is optional before the names of properties, but it is good style to include it.

(This is from the documentation.)

"is" is a synonym for the "=" operator.
--
jeanne a. e. devoto ~ [EMAIL PROTECTED]
http://www.jaedworks.com
_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to