Programatic counter values

Post Reply
tsphillips
Posts: 2
Joined: Fri Jan 03, 2003 12:27 pm

Programatic counter values

Post by tsphillips »

Is there a way, in Vortex, to programmatically generate a unique, valid, counter value?
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Programatic counter values

Post by John »

Yes, <$x=(counter)> will generate a unique (within the current database) counter value and assign it to $x.
John Turnbull
Thunderstone Software
aitchon
Posts: 119
Joined: Mon Jan 22, 2007 10:30 am

Programatic counter values

Post by aitchon »

Would the counter value be unique across multiple tables in a database?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Programatic counter values

Post by mark »

Yes, the counter is unique within the entire database.
Post Reply