Or:

function logicalTrunc n
  if n is not a number then return "NAN"
  return n - (n mod 1)
end logicalTrunc

Le 10 févr. 08 à 03:03, Richard Gaskin a écrit :

You can work around this using a function that apparently eludes the
authors of most languages:

function logicalTrunc n
  if n is not a number then return "NAN"
  get offset(".", n)
  if it > 0 then
     delete char it to -1 of n
  end if
  return n
end logicalTrunc

Best regards from Paris,
Eric Chatonet.
----------------------------------------------------------------
Plugins and tutorials for Revolution: http://www.sosmartsoftware.com/
Email: [EMAIL PROTECTED]/
----------------------------------------------------------------


_______________________________________________
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