Page 1 of 1

Programatic counter values

Posted: Fri Jan 03, 2003 12:46 pm
by tsphillips
Is there a way, in Vortex, to programmatically generate a unique, valid, counter value?

Programatic counter values

Posted: Fri Jan 03, 2003 1:44 pm
by John
Yes, <$x=(counter)> will generate a unique (within the current database) counter value and assign it to $x.

Programatic counter values

Posted: Thu Aug 06, 2009 12:25 pm
by aitchon
Would the counter value be unique across multiple tables in a database?

Programatic counter values

Posted: Thu Aug 06, 2009 1:53 pm
by mark
Yes, the counter is unique within the entire database.