Show/Hide Toolbars

XSharp

Using the _Chr() or Chr() functions in a DEFINE is only allowed for literal values between 0 and 127. The character values between 128 and 255 are code page dependent and cannot be determined at compile time.You may want to use a GLOBAL variable as a work around.