MOD, ODD() in Program
|
03-25-2014, 03:37 PM
Post: #2
|
|||
|
|||
RE: MOD, ODD() in Program
Use == for boolean equality. And in general, when you run into an issue in a program:
1) Press the "Info" menu option at the error message screen to find the approximate location in the source 2) You can trace the variables by using the debug feature. Insert the debug() command in your source to have the debugger start at the instance debug() appears in the source. You can optionally debug your program from the very start using the "Debug" menu option from the program catalog. Graph 3D | QPI | SolveSys |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
MOD, ODD() in Program - Angus - 03-25-2014, 02:21 PM
RE: MOD, ODD() in Program - Han - 03-25-2014 03:37 PM
RE: MOD, ODD() in Program - cyrille de brébisson - 03-26-2014, 06:20 AM
RE: MOD, ODD() in Program - Angus - 03-26-2014, 10:33 AM
RE: MOD, ODD() in Program - Han - 03-26-2014, 03:55 PM
RE: MOD, ODD() in Program - Angus - 03-26-2014, 04:02 PM
RE: MOD, ODD() in Program - Han - 03-27-2014, 01:10 AM
RE: MOD, ODD() in Program - Angus - 03-27-2014, 08:21 AM
RE: MOD, ODD() in Program - Han - 03-27-2014, 03:24 PM
RE: MOD, ODD() in Program - Angus - 03-27-2014, 05:02 PM
RE: MOD, ODD() in Program - Han - 03-27-2014, 05:13 PM
|
User(s) browsing this thread: 2 Guest(s)