On Dec 9, 2:45 pm, Jim Idle <[EMAIL PROTECTED]> wrote: > On Mon, 2008-12-08 at 15:12 -0800, Rick Weiser wrote: > > Walt, > > > No, you must perform this operation programmatically. Here is a > > simple example: > > Walt, > > If you are using 4.1 then you can use the UNIQUEKEY function:
Be careful with this! The UNIQUEKEY() function can return a '/' as one of the characters in the key (a painful lesson I might add), so you may want to do something like: id = CHANGE( UNIQUEKEY(), '/', ']2F' ) Jim, you're fired for not pointing this out ;-) Dan --~--~---------~--~----~------------~-------~--~----~ Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en -~----------~----~----~----~------~----~------~--~---
