I want to create a Unique Identifier and so I am using this code

<CFPARAM NAME="Cookie.CartID" DEFAULT="#CreateUUID()#">

The problem is this creates a string which is huge like ..

A5C2A55B-5004-4AF5-83CB90FECA60673E

Is there a way of setting what CreateUUID creates or do I need to use ListGetAt to get say just the end part of the string. WIll this have any consequences on the UUID?

Regards - Paul



--
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
     *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
          *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]



Reply via email to