in reply to Re: remove lending figures
in thread remove lending figures
Thanks, i think this will help me int($whatever)
because i did some little demonstration and works good
$string = "1.00"; if (int ($string > 1)) { print "Yes true"; } else { print "Not true"; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: remove lending figures
by frank1 (Monk) on Sep 18, 2025 at 19:26 UTC | |
by ikegami (Patriarch) on Sep 18, 2025 at 20:10 UTC | |
by frank1 (Monk) on Sep 18, 2025 at 21:20 UTC | |
by LanX (Saint) on Sep 18, 2025 at 20:23 UTC |