Only once. I think Randomize Timer is actually a call to the Randomize subroutine with a call to the Timer function as a parameter. E.g. using the other form of a call (I think) ,,,
call Randomize (Timer ()) >From what I can see, if you don't give Randomize a parameter, it uses the >system timer. Whether this is the same as a call to the Timer function I >don't know. (Sorry about the uncertainty, but I use JScript, not VBScript.) Dave S ----- Original Message ----- From: Soren To: [email protected] Sent: Tuesday, September 20, 2005 8:34 AM Subject: [ASP] Quick Easy Randomize Question If someone was to generate several random numbers on a page, do they need to have "Randomize" listed for each instance or only once for that page? Ok.. while I am thinking about it... I'll make it two quick easy questions... Is there a difference between "Randomize" and "Randomize Timer"? Soren --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [email protected] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- SPONSORED LINKS Active server page web hosting Active server page hosting Active server pages Active server page asp Active server page training ------------------------------------------------------------------------------ YAHOO! GROUPS LINKS a.. Visit your group "active-server-pages" on the web. b.. To unsubscribe from this group, send an email to: [EMAIL PROTECTED] c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. ------------------------------------------------------------------------------ [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/17folB/TM --------------------------------------------------------------------~-> --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [email protected] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
