/ Published in: ColdFusion
Expand |
Embed | Plain Text
<cfset sample_struct = { sample_id = "#createUUID()#" , sample_title = "Sample Title" , sample_desc = "Sample Description" , sample_active_cd = "1" } />
Comments
Subscribe to comments
You need to login to post a comment.

You do not need to quote and use # around createUUID(): sample_id = createUUID()