Is it impossible to copy the variable it directly into the clipboard? I would like to
import a text into the clipboard

on mouseUp
  answer file ""
  if it is empty then exit mouseUp
  put it into vFile
  open file vFile
  read from file it until end
  close file vFile
  copy
end mouseUp


"copy it" is not accepted by  revolution. I can put "it" into a field an then copy
that field - but this seems to me a bit awckward and I am looking for a better
solution.

In Hypercard I "put it into clipboard", but this is not possible in Revolution.

Thanks for any hint

Till

Reply via email to