Hi,
I'm having this problem: I'm trying to input a character that will be used to separate fields for an output to a file.
Example: if I input | the result string in the file will be: Field1|field2| etc...
But how can I insert a special character like \t? I'm only getting: Field1\tField2\t etc... instead of the fields be separated by tabs.
Is there a way to solve this?
Regards,
Kepler