On Thu, Aug 9, 2012 at 12:38 PM, Adam Ant <adamn...@gmail.com> wrote:
> Oh Noes!
> I have just hit my first problem with the serverpages scripting.
>
>       <img src="file://<%= GetResourceLocn(\"logo.png\") %>"><br>
>
> I can't figure out how to escape the quotes around the string
> parameter for the GetResourceLocn(sName As String) function call.
> That function, btw, just returns a path to a cache directory in /tmp
> and it works fine.
>
> tia
> Bruce

Forget it!

<img src="file://<%= GetResourceLocn(&quot;logo.png&quot;) %>"><br>

I guess I'm just not bi-lingual :-(

B

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to