| Newsgroups |
gmane.comp.windows.power-pro |
| Message-ID |
<[email protected]> |
@For my own curiosity, can you please post the script with the clip.copy to the failed? ;*******************************************************************************
Function Show_DLM_PPro_Tools()
;*******************************************************************************
Clip.Copy
wait.for(75)
global g_cliptxt = .tb@convert_umlaute(clip.get)
*Menu Show DLM - PPro Tools !`CenterScreen @HighlightedText
;************************************************************************
function CONVERT_UMLAUTE(f_string)
;************************************************************************
local l_string = replaceg(f_string,?"Ä","Ae")
local l_string = replaceg(l_string,?"ä","ae")
local l_string = replaceg(l_string,?"Ö","Oe")
local l_string = replaceg(l_string,?"ö","oe")
local l_string = replaceg(l_string,?"Ü","Ue")
local l_string = replaceg(l_string,?"ü","ue")
local l_string = replaceg(l_string,?"ß","ss")
local l_string = replaceg(l_string,?"\&"," ")
quit(l_string)
@Also, what were the explicit paths to the pcf and exe folders (you can replace userid with xxx if appropriate)
"C:\Program Files (x86)\PowerPro\powerpro.exe"
"C:\Program Files (x86)\PowerPro\pproconf.pcf"