Question on randomizing multiple times on the same page

2005-03-31 Thread Chris McCarthy
Hi gurus, Currently I've setup a variable like so: Now, when I call it in output: #random_number# It works fine and generates a random number (i.e. 5). But when I list it multiple times: #random_number# #random_number# #random_number# It just generates the same seeded number (i.e. 5 5

Re: Question on randomizing multiple times on the same page

2005-03-31 Thread Jim McAtee
; To: "CF-Talk" Sent: Thursday, March 31, 2005 5:10 PM Subject: Question on randomizing multiple times on the same page > Hi gurus, > > Currently I've setup a variable like so: > > > > Now, when I call it in output: > > > #random_number# > > &

Re: Question on randomizing multiple times on the same page

2005-03-31 Thread Chris McCarthy
essage - >From: "Chris McCarthy" <[EMAIL PROTECTED]> >To: "CF-Talk" >Sent: Thursday, March 31, 2005 5:10 PM >Subject: Question on randomizing multiple times on the same page > > >> Thanks Jim, I'll try the UDF approach :). Just wanted t

RE: Question on randomizing multiple times on the same page

2005-03-31 Thread Ewok
each >one using RandRange(). > > >- Original Message - >From: "Chris McCarthy" <[EMAIL PROTECTED]> >To: "CF-Talk" >Sent: Thursday, March 31, 2005 5:10 PM >Subject: Question on randomizing multiple tim