Author Topic: {clip} clipboard token to text variable doesnt work always returns not set  (Read 4307 times)

axonMagnus

  • Jr. Member
  • **
  • Posts: 62
Code: [Select]

Set Windows clipboard to 'this is alpha test one.'
Set Text [alpha] to [{CLIP}]                                        i did not put the brackets around {CLIP} could that be the   problem ?
Say, '{TXT:alpha}'


this doesnt work! always returns not set??

Code: [Select]

Set Windows clipboard to '44'
Set integer [alpha] value to the converted value of {CLIP}
Say, '{INT:alpha}'


but this works ? i dont get what am doing wrong

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4747
  • RTFM
i did not put the brackets around {CLIP} could that be the   problem ?
That's the problem.

Use the "Text" field in the "Set a Text Value" action rather than the "A variable" field. "{CLIP}" is a token, not a variable.

axonMagnus

  • Jr. Member
  • **
  • Posts: 62
i did not put the brackets around {CLIP} could that be the   problem ?
That's the problem.

Use the "Text" field in the "Set a Text Value" action rather than the "A variable" field. "{CLIP}" is a token, not a variable.

thank you sir .MR Pfeil , you are the best.  :D