Thanks, I got it working by looking at a sample from within the link that you posted.. I had to had to wrap the column and string within parentheses.
if ([col1] == "headername") {
drop { }
}
Not sure why most of the samples on the net show it without.
Thanks again