Page 1 of 1

Import image

Posted: Wed Nov 12, 2008 7:37 am
by keyless
I'm having a beast of a time referencing a image file and the setting it as the backdrop. (windows)

Im trying:

Code: Select all

  put "binfile:C:\Documents and Settings\HP_Administrator\Desktop\picture.jpg" into path
  set the filename of image ID 1041 to path
  set the backdrop to 1041

Posted: Wed Nov 12, 2008 9:55 am
by Klaus
Hi keyless,

omit the "binfile:", use the correct (for Rev) path delimiters and it will work:

...
put "C:/Documents and Settings/HP_Administrator/Desktop/picture.jpg" into path
...

:-)


Best

Klaus