04-28-2005 09:03 AM
04-28-2005 09:15 AM
08-05-2009 08:41 PM - edited 08-05-2009 08:47 PM
can i edit this error text message to "Wrong input option", can i?
please...
08-05-2009 09:56 PM - edited 08-05-2009 09:57 PM
Sure but why don't you fix the program you wrote. The case statement is doing absolutely nothing. If 0 is selected, you still pass 0 to the simulator function. You can place the simulator function inside the non-zero case or simply set the control so that 0 is not allowed.
Again, this is very basic stuff that you seem to have a hard time getting a grasp of.
And, please try to refrain from hijacking old and unrelated threads.
08-05-2009 11:23 PM
nice thanks,but how i can change that error message cause i dont see the code of error message?
can you help me?
08-06-2009 09:08 AM
First, you would need to find the actual error number. Then you would have to search through the error files, find the number, and replace the text. Look in \LabVIEW 8.x\resource\errors\English for the txt files that have the error codes and messages.
I would reallly, really prefer that you fix the program. What you are doing with the text is just a band-aid and since your program is so easy to fix, I don't understand why you are so reluctant to do so. DO THE RIGHT THING!
08-06-2009 06:36 PM