English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

input: 123.4545
msgbox"invalid input"

2006-08-11 23:05:25 · 4 answers · asked by Anonymous in Computers & Internet Programming & Design

4 answers

Look Up isnumeric Function

2006-08-11 23:20:39 · answer #1 · answered by TRAXIC 2 · 0 0

You are the one who setting the input type. If you don't like that someone puts in a different type just restrict it or use only a part of the input like clng(input) which would return a long datatype

Helmut

2006-08-12 06:10:29 · answer #2 · answered by hswes 2 · 0 0

Input the number as a string.
You should then be able to test as you convert the string to a double or float or integer.

This is what real programming is all about. The unknown!

2006-08-12 06:51:58 · answer #3 · answered by AnalProgrammer 7 · 0 0

give a print statement in the program for the input .

2006-08-12 06:12:35 · answer #4 · answered by kem 2 · 0 0

fedest.com, questions and answers