Re: [WebDNA] divisible by 1
This WebDNA talk-list message is from 2011
It keeps the original formatting.
numero = 106953
interpreted = N
texte = KenIt fails if you have an ! in the string ....123!456 RegardsStuart TremainIDFK Web DevelopmentsAUSTRALIAwebdna@idfk.com.auOn 14/07/2011, at 7:23 AM, Kenneth Grome wrote:> If I have to check for a dot character anyways I can do that > without the math.> > Anyways my solution is this ... and it actually works:> > [text]error=no[/text]> [listchars chars=[url][value][/url]]> [hideif 0123456789^[char]]> [text]error=yes[/text]> [/hideif]> [/listchars]> > Sincerely,> Kenneth Grome> > > >> right.. so just establish that you have a number (via one>> of the newly-verified methods) .. and then check for a>> dot char (to throw it out; realize it is NOT a whole #)>> >>> This approach seems like the values would be the same>>> no matter what numbers you multiply by 1 ... but I'm>>> trying to get whole numbers here.>>> >>> Sincerely,>>> Kenneth Grome>>> >>>> I usually multiply by 1 and then compare the val>>>> before and after.>>>> >>>> Marc>>>> >>>> On 7/13/2011 12:54 PM, Govinda wrote:>>>>> off the top of my head, I think I would just multiply>>>>> by zero to confirm a number.. and then check if it>>>>> contains a dot to un-confirm.>>>>> >>>>> On 2011-07-13, at 2:35 PM, Kenneth Grome wrote:>>>>>> I thought I could use "divisible by 1" to determine>>>>>> whether or not an entry is a whole number:>>>>>> >>>>>> [showif [value]\1]it's a whole number[/showif]>>>>>> >>>>>> ... but when the value is 123.45 it says it's a>>>>>> whole number when it is not.>>>>>> >>>>>> So what technique do you folks use to determine>>>>>> whether the value is a whole number?>>>>>> >>>>>> Sincerely,>>>>>> Kenneth Grome>>>>>> ---------------------------------------------------->>>>>> -- --- This message is sent to you because you are>>>>>> subscribed to the mailing list
. To>>>>>> unsubscribe, E-mail to:>>>>>> archives: http://mail.webdna.us/list/talk@webdna.us>>>>>> Bug Reporting: support@webdna.us>>>>> >>>>> - Govinda>>>>> -------------->>>>> Old WebDNA talklist archives:>>>>> http://dev.webdna.us/TalkListArchive/index.tpl?db=web>>>>> dn a-talk>>>>> >>>>> ----------------------------------------------------->>>>> -- -- This message is sent to you because you are>>>>> subscribed to the mailing list. To>>>>> unsubscribe, E-mail to:>>>>> archives: http://mail.webdna.us/list/talk@webdna.us>>>>> Bug Reporting: support@webdna.us>>>>> .>>> >>> ------------------------------------------------------->>> -- This message is sent to you because you are>>> subscribed to the mailing list .>>> To unsubscribe, E-mail to: >>> archives: http://mail.webdna.us/list/talk@webdna.us>>> Bug Reporting: support@webdna.us>> >> - Govinda>> -------------->> Old WebDNA talklist archives:>> http://dev.webdna.us/TalkListArchive/index.tpl?db=webdna->> talk>> >> --------------------------------------------------------->> This message is sent to you because you are subscribed to>> the mailing list .>> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us>> Bug Reporting: support@webdna.us> ---------------------------------------------------------> This message is sent to you because you are subscribed to> the mailing list .> To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us> Bug Reporting: support@webdna.us
Associated Messages, from the most recent to the oldest:
KenIt fails if you have an ! in the string ....123!456 RegardsStuart TremainIDFK Web DevelopmentsAUSTRALIAwebdna@idfk.com.auOn 14/07/2011, at 7:23 AM, Kenneth Grome wrote:> If I have to check for a dot character anyways I can do that > without the math.> > Anyways my solution is this ... and it actually works:> > [text]error=no[/text]> [listchars chars=[url][value][/url]]> [hideif 0123456789^[char]]> [text]error=yes[/text]> [/hideif]> [/listchars]> > Sincerely,> Kenneth Grome> > > >> right.. so just establish that you have a number (via one>> of the newly-verified methods) .. and then check for a>> dot char (to throw it out; realize it is NOT a whole #)>> >>> This approach seems like the values would be the same>>> no matter what numbers you multiply by 1 ... but I'm>>> trying to get whole numbers here.>>> >>> Sincerely,>>> Kenneth Grome>>> >>>> I usually multiply by 1 and then compare the val>>>> before and after.>>>> >>>> Marc>>>> >>>> On 7/13/2011 12:54 PM, Govinda wrote:>>>>> off the top of my head, I think I would just multiply>>>>> by zero to confirm a number.. and then check if it>>>>> contains a dot to un-confirm.>>>>> >>>>> On 2011-07-13, at 2:35 PM, Kenneth Grome wrote:>>>>>> I thought I could use "divisible by 1" to determine>>>>>> whether or not an entry is a whole number:>>>>>> >>>>>> [showif [value]\1]it's a whole number[/showif]>>>>>> >>>>>> ... but when the value is 123.45 it says it's a>>>>>> whole number when it is not.>>>>>> >>>>>> So what technique do you folks use to determine>>>>>> whether the value is a whole number?>>>>>> >>>>>> Sincerely,>>>>>> Kenneth Grome>>>>>> ---------------------------------------------------->>>>>> -- --- This message is sent to you because you are>>>>>> subscribed to the mailing list. To>>>>>> unsubscribe, E-mail to:>>>>>> archives: http://mail.webdna.us/list/talk@webdna.us>>>>>> Bug Reporting: support@webdna.us>>>>> >>>>> - Govinda>>>>> -------------->>>>> Old WebDNA talklist archives:>>>>> http://dev.webdna.us/TalkListArchive/index.tpl?db=web>>>>> dn a-talk>>>>> >>>>> ----------------------------------------------------->>>>> -- -- This message is sent to you because you are>>>>> subscribed to the mailing list. To>>>>> unsubscribe, E-mail to:>>>>> archives: http://mail.webdna.us/list/talk@webdna.us>>>>> Bug Reporting: support@webdna.us>>>>> .>>> >>> ------------------------------------------------------->>> -- This message is sent to you because you are>>> subscribed to the mailing list .>>> To unsubscribe, E-mail to: >>> archives: http://mail.webdna.us/list/talk@webdna.us>>> Bug Reporting: support@webdna.us>> >> - Govinda>> -------------->> Old WebDNA talklist archives:>> http://dev.webdna.us/TalkListArchive/index.tpl?db=webdna->> talk>> >> --------------------------------------------------------->> This message is sent to you because you are subscribed to>> the mailing list .>> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us>> Bug Reporting: support@webdna.us> ---------------------------------------------------------> This message is sent to you because you are subscribed to> the mailing list .> To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us> Bug Reporting: support@webdna.us
Stuart Tremain
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
[newcart] (1998)
Has this happened to you? (was:Emailer Chokes on bad address) (1997)
More Applescript (1997)
shipping madness (2000)
Search on encrypted field (2000)
Using Cookie for client specific info? (1997)
Search logic? (1998)
Multiple Ad databases? (1997)
Country & Ship-to address & other fields ? (1997)
Full text search (1999)
Repost: [convertwords] to convert carriage return? (2000)
Forcing a NEWCART (1997)
off topic - dna snipets (1997)
RE: Webcatalog and CyberSTUD (1998)
where to put code (1998)
Using Plug-In while running 1.6.1 (1997)
Browser Problem?!? NN 4.0+ and Browser Info.txt? (1997)
Comments in db? (1997)
Adding multiple items to cart with one click? (2000)
Erotic Sites (1997)