19.09.2009, 20:16
Why are you using format in the load?
You could just do 'strfind(data,"Cost: ", true)" or even better '!strcmp(data,"Cost:",true,5)'
You could just do 'strfind(data,"Cost: ", true)" or even better '!strcmp(data,"Cost:",true,5)'