![]() |
Strings and Substrings
I'm trying to create a program that will validate phone numbers. I need to use strings and substring to tell if it is using the hyphens in the phone numbers. If it is not a validate phone number a message will show saying that it is not validate and why. If it is validate then it will show a message that is it.
|
Re: Strings and Substrings
use a form with one textbox, one label,one command button
Code:
Option Explicit |
Re: Strings and Substrings
Quote:
|
Re: Strings and Substrings
if you need thosejust add the follwing lines
Code:
|
| All times are GMT +5.5. The time now is 21:43. |