On Tue, 19 Mar 2002 00:53:49 +0100
Magnus Lie Hetland <[EMAIL PROTECTED]> wrote:

> Just wondering ... Is there any easy way to do stuff like:
> 
> 
> <% if foobar: %>
>   ...
> <% elif babar: %>
>   ...
> <% else: %>
>   ...
> <% end %>
> 
> in PSP without using braces?

<% if foobar: %>
  ...
<% end %><% elif babar: %>
  ...
<% end %><% else: %>
  ...
<% end %>

This works.

Regards,
       Fionn
-- 
I believe we have been called by history to lead the world.
                                                       G.W. Bush, 2002-03-01

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to