query.columnCount()
column count of given query
query.columnCount( )
Returns: Number
This function does not take any arguments.
Examples
myquery = queryNew("id,name,address,phone");
writeoutput("The column count is: "&myquery.columncount());