At 06:45 PM 1/6/2011, Dan Goldberg wrote:
I am trying paste text from clipboard in a property command. Does anybody know what the name of the property to paste clipboard text?
Dan,
Here's how:
SET VAR vNewText = (CVAL('CLIPBOARDTEXT'))
PROPERTY <ComponentID> TEXTVALUE .vNewText
RETURN
That's all there is to it!
Very Best R:egards,
Razzak.

