Pavel Krehula Thu, 15 Jul 2004 13:18:11 +0200
> Has anyone used guid() to fill a column in a Cache table? If so, can you > share the syntax?
Property GUID As %String(MAXLEN = 40) [ InitialExpression = {$system.Util.CreateGUID()} ]; Pavel