varscoper
function CSVFormat(col){
/* Look for quotes */
if (Find("""", col)) {
return_string = """" & Replace(col, """", """""", "All") & """";
} //if
/* Look for spaces */
else if (Find(" ", col)) {
return_string = """" & col & """";
} //else if
/* Look for commans */
else if (Find(",", col)) {
return_string = """" & col & """";
} //else if
else {
return_string = col;
} //else
return return_String;
}
newLine = Chr(13)&Chr(10);
Processed 1 file and #variables.totalMethods# cffunctions in #directoryEnd-directoryStart#ms
Processed #variables.totalFiles# files and #variables.totalMethods# cffunctions in #directoryEnd-directoryStart#ms
No file or directory exists for the path specified (#htmlEditFormat(url.filePath)#)
#request.allCSVData#