Consultor Eletrônico



Kbase P1152: (Slick-C error:Invalid Number Argument)
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/03/2003
Status: Unverified

FACT(s) (Environment):

Progress 9.1C

SYMPTOM(s):

(Slick-C error:Invalid Number Argument)

Cant find or find & replace for single character "/" (slash) in procedure-editor

CAUSE:

BUG# 20020328-046

CAUSE:

This is a known issue.

FIX:

Instead of using the slash character "/" use the ASCII Value. CHR(092).

I.E. DISPLAY CHR(092) instead of DISPLAY "/".
or:
DISPLAY CHR(047) instead of DISPLAY "\".