Hi,
You can use the "file open", "file close", and "format into file" functions.
Just put the file open before the loop, the close after, and the format into
file inside the loop. The format into file works just like the format into
string.
Regards,
Wiebe.
"IMMA" wrote in message
news:50650000000800000015C20000-1077587809000@exchange.ni.com...
> I want to save strings that I read in serial port. I can write a
> string in a txt file, but my problem is that I want save more string
> one below other in a while structure. Anybody has any idea? What do I
> do for save strings in the same file? What vi could be me useful?
> Thanks a lot.