Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trycf/7d4fd48c62d3daa645d82b0de07b7e21 to your computer and use it in GitHub Desktop.
Save trycf/7d4fd48c62d3daa645d82b0de07b7e21 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfset local_var.columnList = "subject,timeStart,timeEnd,studentFull"/>
<cfset local_var.typeList = "varchar,datetime,datetime,varchar"/>
<cfset temp = queryNew(local_var.columnList,local_var.typeList)/>
<cfdump var=#getMetaData(temp)#>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment