Forgot, If the "Window Caption" contains your escape char use the 
delimiter (or more safely use the delimiter in all cases):

sClass= WIN.Class(?"WindowName")
window.show("c="++ sClass)


Notice the question mark, quote, WindowName, quote -> ?"WindowName"


Although normally not needed, still is legal:
sClass= WIN.Class(?"=exename")




Ted


--- In [email protected], "Ted Wall" wrote:
>
> Try:
> 
> sClass= WIN.Class("WindowName")
> window.show("c="++ sClass)
> 
> 
> "WindowName" can be:
> 
> "=exename" -> "=explorer"
> "Window Caption" -> "Window Caption"
> "c=classname" -> "c=ExploreWClass"
> ...







Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to