Testing for non-numeric EXCP values


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Bob A on October 12, 2009 at 09:25:40:

was trying to set up a SELECT CASE EXCP...ENDSELECT for processing EXCPs in an EXCPSUB.

Just noticed that there are EXCPs with HEX values like "7A" and "7B"... but that the documentation says:

EXCP
System variable: EXCP
Length/precision: 2.0
" EXCP is a two-byte numeric variable "

how do I reconcile these two conflicting facts.... will

SELECT CASE EXCP
CASE 7A
work? Or, must I put something like:
CASE @7A@

Thanx



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]