Language: Visual Basic Expertise: Intermediate
Aug 6, 1997
WEBINAR:
On-Demand
Application Security Testing: An Integral Part of DevOps
Regarding "Validating Numeric Input"
The tip you published on page 70 of the September 1996 issue of VBPJ on "Validating Numeric Input" was a good tip. However, the function failed to take into account the use of the comma (,) as the decimal separator. The United States uses the period, but Europeans tend to use the comma. To correct this problem, use the value of the "sDecimal" variable from "win.ini."
David S.
|