If you just want *a* GUID as a pseudo-random string, don't all vfp exes
have one?
On 14/03/2013 22:43, Richard Kaye wrote:
Check out the VFP2C32 project on VFPX. It has a CREATEGUID function and a
compare GUID function.
ACTIVATE SCREEN
CLEAR
SET LIBRARY TO c:\rfc\vfp2c32.fll && change path as appropriate for your
system
m.lcGUID1=CREATEGUID()
?m.lcGUID1
m.lcGUID2=CREATEGUID()
?m.lcGUID2
?ISEQUALGUID(m.lcGUID1,m.lcGUID2)
--
rk
<snip>
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message:
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.