03-17-2010 10:02 PM
Dear all,
this program is needed for my demo simulation purposes, I'm creating several string inputs to show into a single string output updating (input strings are shown in each line). i attached the picture below, put 2 output strings w/c both doesn't meet my desired result:
1.) 1st string output - replace the old string w/ new string. what i need is to maintain also the previous strings. the new string will go to the next line.
2.) 2nd string output - although i got all the strings i needed, it only appears right after the while loop terminates, so i did not see the string inputs updating.
i'm using LV 8.5.1., any help is appreciated... posting your correct code will be more appreciated.![]()
thanks in advance...
Solved! Go to Solution.
03-17-2010 10:08 PM
here's my code for anyone to see the actual difference.
thanks,
03-17-2010 10:28 PM
03-17-2010 10:37 PM
03-17-2010 10:54 PM
to ravens fan & smercurio_fc,
hey, thanks for the answers. it is now working. my problem looks very very easy to all of you.
to smercurion_fc,
in addition to your code (thanks for posting the correct code), i just add another string input (line feed function) so my output will be in each line formation. i did'nt really know this "format to string" function before... thanks for your efforts.