elfeste
06-19-2006, 05:32 PM
Hi,
Does anyone know how to produce a tab charachter in a print MAIL instruction?
I am trying to send a list of tab delimited variables via email. When the email arrives, I should be able to copy the row of values and paste the directly into Excel.
An example of what I have done so far is shown below
print MAIL "$QTY\t$PRI\t$IDEN\t$NAME\t$ADINFO\t\n";
When the email is received, all the tabs from the instruction above have become spaces.
Any adea what I am doing wrong??
TIA
Does anyone know how to produce a tab charachter in a print MAIL instruction?
I am trying to send a list of tab delimited variables via email. When the email arrives, I should be able to copy the row of values and paste the directly into Excel.
An example of what I have done so far is shown below
print MAIL "$QTY\t$PRI\t$IDEN\t$NAME\t$ADINFO\t\n";
When the email is received, all the tabs from the instruction above have become spaces.
Any adea what I am doing wrong??
TIA