View previous topic :: View next topic |
Author |
Message |
acw
Joined: 04 Nov 2005 Posts: 165 Location: Darkest Devon
|
Posted: Mon May 11, 2009 7:31 pm Post subject: Checkmat/code checking with binary data |
|
|
I'm trying to use the extended diagnostics of /check. I can't use /checkmate or /undef as I have binary data which throws up undefined errors when I have valid data. I also seem to be hitting the same problem with /check when I have a function parameter that has some binary data within it. Is there any way I can sensibly use any of these diagnostic switches when I have binary data around? They're of limited use if I can't
Thanks,
Alan |
|
Back to top |
|
 |
acw
Joined: 04 Nov 2005 Posts: 165 Location: Darkest Devon
|
Posted: Mon May 11, 2009 7:39 pm Post subject: |
|
|
Ah, just found /inhibit_check - now which one of these will stop it complaining when trying to pass a parameter containing apparently undefined data ? Is it okay to add a /inhibit_check to a single file in my program ? |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8210 Location: Salford, UK
|
Posted: Tue May 12, 2009 10:19 am Post subject: |
|
|
You can use /inhibit check on a single file.
The number you need might be 6 or 5.
Create a deliberate error and try these values.
The range of inhibit values is 1 to 14. |
|
Back to top |
|
 |
|