Hi!

2011/6/16  <[email protected]>:
> I'm not clear how to use the 'content' in my 'elsif' statement. Would it
> look
> like:

It should be:

 elsif m["filename"] ==
 "/usr/local/www/rcr/radio/current/special/mp3/today-special-mp3-32.pls"
  then
    content = list.hd(get_process_lines("cat
/usr/local/radio/current/special/mp3/title.txt"))
    ("title", "Special Program - #{content}")

%include foo.liq is a very special keyword that should be used only to
include .liq scripts in a given script. It is equivalent to copying
and pasting the code of the included file in your script.

Romain

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to