Active TopicsActive Topics  Display List of Forum MembersMemberlist  Search The ForumSearch  HelpHelp
  RegisterRegister  LoginLogin
PowerHome Feature Requests
 PowerHome Messageboard : PowerHome Feature Requests
Subject Topic: TIME Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
mr914
Newbie
Newbie
Avatar

Joined: January 29 2003
Location: United States
Online Status: Offline
Posts: 14
Posted: February 04 2003 at 20:43 | IP Logged Quote mr914

Dave,

I ended up creating several Global Variables tonight to function with my wait commands.

They were: 1MINUTE, 5MINUTES, 10MINUTES, 15MINUTES, 20MINUTES, 30MINUTES, 45MINUTES, 1HOUR, 2HOUR, 4HOUR.

Any way we can make these system variables?

Thank you for your consideration.



__________________
Never enough time for the fun stuff
Back to Top View mr914's Profile Search for other posts by mr914
 
dhoward
Admin Group
Admin Group
Avatar

Joined: June 29 2001
Location: United States
Online Status: Offline
Posts: 4447
Posted: February 07 2003 at 11:13 | IP Logged Quote dhoward

Keith,

The way you are doing it now with global variables is the proper way.  What you are doing is essentially creating constants and it would be extremely inefficient to start creating constants than never change as system variables and start incurring a slowdown during the lookup.  With system variables, the lookup and substitution is done via a large case statement.  With global variables, the lookup is done via a separate database server into an indexed table.

Dave.

 

Back to Top View dhoward's Profile Search for other posts by dhoward Visit dhoward's Homepage
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum