> From: David Vincent-Jones
> Sent: Wednesday, 23 June 2010 04:07
> 
>    pathname=:'/home/david/Desktop/'
>    pd 'save bmp "pathname,'test2.bmp' " 800 600'
> |spelling error
> |      pd 'save bmp "pathname,'test2.bmp' " 800 600'
> |
> Could somebody clarify how can I solve the pathname problem?

   pd 'save bmp "',pathname,'test2.bmp" 800 600'
 

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to