double quote

Post Reply
sourceuno
Posts: 225
Joined: Mon Apr 09, 2001 3:58 pm

double quote

Post by sourceuno »

How can I include a double quote (") character in the format string for the function fmt?
bart
Posts: 251
Joined: Wed Apr 26, 2000 12:42 am

double quote

Post by bart »

Use single quotes to enclose the format string.

<script language=vortex>
<a name=main>
<fmt 'hello "%s"' world>
</a>
</script>
Post Reply