dashh commented on a Page, Auction Script  -  Feb 19, 2009

-> Neptune

if %price !isnum <---

You put 32,000 <- here is a token "," isnum return true when is only numbers.

=)

try $remove(%price,$chr(36),$chr(46),$chr(44)) <-

!sell lol $32,000.000 = 32000000

^^

alias test {
%price = $remove($1,$chr(36),$chr(46),$chr(44))
if ( %price !isnum ) {
echo -a %price
}
else {
echo -a
%price
}
;unset %price
}

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.