Forum Post: RE: GUID/sequence

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
I get around the same time. Most pleasantly, if i use an integer counter, it's about the same speed - ~500 ms for both messages in the code below. def var ii as int no-undo. def var cg as char no-undo. def var itime as int no-undo. itime = mtime. do ii = 1 to 10000: guid. end. message mtime - itime view-as alert-box. itime = mtime. do ii = 1 to 10000: cg = guid. entry(1, cg, '-') = string(ii, '99999999'). end. message mtime - itime view-as alert-box.

Continue reading...
 
Status
Not open for further replies.
Back
Top