Hello Everyone,

I have the following problem.
When I try to make a mapping to a networkdrive as showed in the example, I get the error "Error in Expression"
When I change the name of the server "pc-pdc" to "pcpdc" there's no problem at all. Is this a bug or something. ( Is it a problem with the "-" character ? )
The code I used is shown below

Code:
 AT (19,0) USE P: \\pc-pdc\apps ; connect met de apps-schijf
IF @ERROR = 0
? " Mapping naar apps-schijf " COLOR G+/b "GESLAAGD "
ELSE " Mapping naar apps-schijf " COLOR R+/b "GEFAALD "
ENDIF