a way to import picture for paint
Posted: Wed Feb 24, 2010 6:00 pm
Hi All,
An interessant discover (for me)
It work well with rev 4.0 (i'll try in standalone next time)
But it is really a good idea ?
Jean-Marc
An interessant discover (for me)
Code: Select all
on ImportPicture pName,pFile
set the filename of img pName to pFile
set the imagedata of img pName to the imagedate of img pName
end ImportPicture
But it is really a good idea ?
Jean-Marc