Chipp,

Any reason why this:

on copyToClip pImage
  choose select tool
  drag from topleft of image pImage to botright of image pImage
  copy
  choose browse tool
end copyToClip

can't be just:

on copyToClip pImage
  select image pImage
  copy
  choose browse tool
end copyToClip

Hi Kathy,

Here's the fix...

http://lists.runrev.com/pipermail/metacard/2003-March/004340.html

-Chipp

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to