chunwaihome wrote:

> 
> Hello,
> 
> 1)I would like to replace space key from dot,but it appear the word 
> {space} not the space key.
> what is the wrong of the following script
> Local ppDesc = ReplaceChars("&(clip.get)", ".","{space}")
> clip.text ("&(ppDesc)")

When you say "space key" do you mean "space character"?
Try this

local ppDesc=replacechars(clip.get,". ")
clip.text(ppDesc)


> 
> 3)Is it possible "*Info expr"
>  to show the caption of the software

Try

*info expr(win.caption("=software")

for example

*info expre(win.caption("=notepad"))

win.caption takes any powerpro-style caption as input (see help file topic 
"caption lists")

Reply via email to