My apology for the typos of yesterday message .
 Still upon further investigation  we found that  the following function:
-----------------

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
-------------------
works perfectly on Rev 2.6 on Mac G4 with OSX 10.3.9. However it does not work on Rev. 2.6 on Windows XP ( when called : Plural ( 3, "Book") it returns ( 3 s) only
again is this a bug on the XP version ?!

any idea ?


Muaadh Salih
[EMAIL PROTECTED]
--



All the best



Muaadh Salih
SOAS
Department of Near & Middle Eastern Studies
Tel . +44 (0)2078984354
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to