Help for this page

Select Code to Download


  1. or download this
    Dim Foo
    Foo = format_string( "<ol><li>%s</li><li>%s</li></ol>", "foo", "bar" )
    
  2. or download this
    <script language="perlscript" runat="server">
    
        # ' Format a string like perl's sprintf function
    ...
        }
    
    </script>