Make #PB_String_Numeric really accept numeric

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Make #PB_String_Numeric really accept numeric

Post by Karbon »

All that is missing is the ability to put a decimal in there..

I would love to have the data validation done like that so I don't have to worry with it..

That or add

#PB_String_Integer
#PB_String_Float

or something...
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Manolo
User
User
Posts: 75
Joined: Fri Apr 25, 2003 7:06 pm
Location: Spain

Re: Make #PB_String_Numeric really accept numeric

Post by Manolo »

Karbon wrote:All that is missing is the ability to put a decimal in there..

I would love to have the data validation done like that so I don't have to worry with it..

That or add

#PB_String_Integer
#PB_String_Float

or something...
Yes and #PB_String_Float_P for decimal points
and #PB_String_Float_Q for decimal quote
Return to the forum
Post Reply