text <-> number conversion

S

Simon Xia

I have a program generated text file that will be opened in excel. some long
identification number inside the text file will be converted to float number
in excel which I want to keep it in text format.

Is there any way that i can modify the program to prevent this type
conversion? I tried single quote and double quote sign and they won't help.

thanks in advance.

Simon
 
Top