For more information... RTFM!
NAVIGATION
RECENTLY VIEWED
PAGES THAT LINK HERE
ACCOUNT LOGIN

You are not logged in

Powered by Interchange version 5.7.0

integer

Return the integer value of the body text.

Also see the digits and digits_dot filters.

Example

  1. [filter integer]12.4[/filter]
  2. [filter integer]Stock 904.82[/filter]

Results in:

  1. 12
  2. 904

Source code

sub {
    return int(shift);
}

Category:  Filters
Last modified by: Kevin Walsh
Modification date: Monday 26 February 2007 at 11:47 AM (EST)
Home  |  Legal nonsense  |  Privacy policy  |  Contact us