I think non-number characters should be ignored, instead of stopping on them. for example the string: "$123,456" should be confertable to a number. Matt.
On Friday, January 4, 2013 3:26:29 AM UTC-5, [email protected] wrote: > Revision: 3159 > Author: [email protected] <javascript:> > Date: Fri Jan 4 00:26:18 2013 > Log: Benefits of the new string_to_dword function: saves a temporary > > dword, uses no divisions and only half the multiplications. Stops on > non-number characters. > http://code.google.com/p/jallib/source/detail?r=3159 > > Modified: > /trunk/include/jal/strings.jal > -- You received this message because you are subscribed to the Google Groups "jallib" group. To view this discussion on the web visit https://groups.google.com/d/msg/jallib/-/lHR32fj7gxIJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
