[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "Jump commands" !?



PureBytes Links

Trading Reference Links

At 10:47 AM 2/11/99 -0700, you wrote:

I know this has something to do with hyperlinks (jumps) to help file topics in commentary text, but I don't know anything more about it.

>I just got an error I've never seen before.  I tried to assign a file 
>name to a string:

>  Filename = "C:\abc";
>
>...and the Power Editor gave me the error:
>
>  Error(#92)  You must terminate all jump commands with ends 
>              (\he, \ve, \we)
>
>Any idea what this means?  I thought maybe "\" was a special "escape" 
>char to introduce a special multi-character sequence, but then I'd 
>expect "\\" to map to "\", but that doesn't work.  
>
>I worked around it by using "C:\" + "abc", but I'd like to understand 
>what's going on here...
>
>Gary
>
>