[ Home | Contents | Search | Next | Previous | Up ]
From: Jim (DGI Tech Support) Support@DGNLink.com
Product: DGNLink Lite
Date: 12 Jul 2001
Time: 14:44:54
This is particular to MicroStation. They treat text of the form \nnn as ascii codes. For example, if you type \65 in MicroStation, you get the character "A". This is similar to holding down the alt key and keying ascii codes on the numeric key pad. When you want get the actual text, type two \\ together, i.e., to get c:\255\abc.dgn, you must enter c:\\255\abc.dgn.