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
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
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
Code: Select all
on ImportPicture pName,pFile
put url("binfile:" & pFile) into img pName
end ImportPicture