Funtion plural count,textw
if count <>1 then put "s" after textw
if count =0 then put "no" into count
return count && tetxw

Is this your actual code? It has several typos, including "tetxw" which should be "textw" in the last line.

function plural count,textw
    if count <>1 then put "s" after textw
    if count =0 then put "no" into count
    return count && textw
end plural

Should work fine in Rev with some proofreading.

- Brian

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to