07-25-2008 04:06 PM
07-25-2008 04:07 PM
I agree. If he had thin skin he would have quit posting early on after some of the comments.I don't think it's bashing, and I don't get the sense that Krispiekream feels he's being bashed. I just wanted to give an "attaboy" and to keep working on improving the code.
07-25-2008 04:24 PM - edited 07-25-2008 04:28 PM
07-25-2008 04:41 PM
07-25-2008 04:46 PM - edited 07-25-2008 04:47 PM
07-25-2008 05:01 PM
07-25-2008 05:03 PM - edited 07-25-2008 05:11 PM
07-25-2008 05:15 PM - edited 07-25-2008 05:16 PM
If you're use pre LV8.x, then yes, you should have two Purple (more like pink) wires. One for the error cluster and the other for your data.
You last image looks better. 🙂
R
(I'll ignore the Local Variable 😉 )
07-25-2008 06:42 PM
krispiekream wrote:
ahhh man, i am lost now. can you show me what you mean by "you need to switch the inputs for the desired result."
am i not doing it right?
In your original code, you concatenated a carriage return character at the end of the string. If you still need that (e.g. if the string goes to a device that expects it), you need to include that at the end of the format specifier. If this just goes to a single line indicator, you don't need it. If the string gets appended to a log fiile, for example, you want to make sure that each entry is on a new line. Just hit "enter" at the end of the format specifier to add a newline character. It all depends what you need.
krispiekream wrote:
i dont know what to do about the carriage return at the end of the format specifier?
everything looks like it was working when i ran the program.
07-25-2008 11:48 PM