Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
getsel problem
#1
I'm using Windows 2000.
when I use getsel in a macro, sometimes don't copy the selected text and insert 'c'. Possible bug?

macro example

Code:
Copy      Help
str a.getsel
mes a
#2
Does it depend on program? If yes, what program?

Does it depend on trigger?

Is it when the macro runs in QM or when it runs in exe?

Does insert 'c' when you use this code?:

Code:
Copy      Help
key Cc
str a.getclip

If you insert the following code, what is displayed in the output?

Code:
Copy      Help
out spe
#3
Does it depend on program? If yes, what program? --->notepad.exe

Does it depend on trigger? ---> no, F7

Is it when the macro runs in QM or when it runs in exe? ---> runs in QM

Does insert 'c' when you use this code?: ---> No, it works

Code:
key Cc
str a.getclip


If you insert the following code, what is displayed in the output? ---> 100
#4
It seems that it happens when the Office Clipboard (1 of 12) is full…
#5
I tested with Office Pro 2003, Windows XP SP2, QM 2.1.9. Works well everytime. Could not find bugs in code.

Instead of a.getsel use key Cc; a.getclip.
#6
Thanks to try it. I will use key Cc.


Forum Jump:


Users browsing this thread: 1 Guest(s)