I am using the following statment  to try to print a sub string of a line
but
print (substr($line, 42, 7));

or

print substr($line, 42, 7);

but getting the following error:

syntax error at emailagent line 16, near ");"


Can anyone tell me what I am doing wrong?

Thank you
Lance


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to