04-19-2009, 02:33 PM
last night I was using this function
Function ConvertMacroToSetUp
Trigger F10
to convert codes like this
Function Start as
to this
Function Finish as
but today it wont work is there an easier way or can you tell me why this worked last night but not today
Function ConvertMacroToSetUp
Trigger F10
str func.getwintext(id(15"Note"))
func.replacerx("(\r\n){2,}" "$1")
func.escape("[]")
out func
func.setwintext(id(15"Note"))
Function Start as
to this
Function Finish as
but today it wont work is there an easier way or can you tell me why this worked last night but not today