Click here to Skip to main content
15,920,111 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Detecting Computer restart Pin
RyJaBy7-Oct-09 8:50
RyJaBy7-Oct-09 8:50 
QuestionValidation of the date and number [SOLVED] Pin
Frauenarzt7-Oct-09 5:58
Frauenarzt7-Oct-09 5:58 
AnswerRe: Validation of the date and number Pin
EliottA7-Oct-09 6:08
EliottA7-Oct-09 6:08 
GeneralRe: Validation of the date and number Pin
Frauenarzt7-Oct-09 6:27
Frauenarzt7-Oct-09 6:27 
GeneralRe: Validation of the date and number Pin
Henry Minute7-Oct-09 7:18
Henry Minute7-Oct-09 7:18 
GeneralRe: Validation of the date and number Pin
Frauenarzt7-Oct-09 7:32
Frauenarzt7-Oct-09 7:32 
GeneralRe: Validation of the date and number Pin
Henry Minute7-Oct-09 7:38
Henry Minute7-Oct-09 7:38 
GeneralRe: Validation of the date and number [modified] Pin
Frauenarzt7-Oct-09 7:47
Frauenarzt7-Oct-09 7:47 
I don't know everything, furthermore I know much less than you regarding this topic, however I'm certain that the numbers are characters and ReadLine reads them.
dim int_number as integer

System.Console.WriteLine("Enter number")
int_number = System.Console.ReadLine()

System.Console.WriteLine(int_number)



Examples of characters include letters, numerical digits, and common punctuation marks (such as '.' or '-'). from wikipedia.org


btw. I respect your knowledge [as seen on your profile] but what you said was mistake, wasn't it?

Or maybe I'm wrong, or didn't understand you quiet well, then explain me please.

Thank you for your time.


added:

oh, I understand now what's the misunderstanding. "characters" can refer to a letters only or a group of signs incl. letters, numbers, punctuation marks. So the meaning of a character in this quote "Reads the next line of characters from the standard input stream." is general [character may be a letter or a number ect]

modified on Wednesday, October 7, 2009 2:12 PM

GeneralRe: Validation of the date and number Pin
Henry Minute7-Oct-09 8:33
Henry Minute7-Oct-09 8:33 
GeneralRe: Validation of the date and number [modified] Pin
Frauenarzt7-Oct-09 9:18
Frauenarzt7-Oct-09 9:18 
GeneralRe: Validation of the date and number Pin
EliottA7-Oct-09 9:22
EliottA7-Oct-09 9:22 
GeneralRe: Validation of the date and number Pin
Ian Shlasko7-Oct-09 9:38
Ian Shlasko7-Oct-09 9:38 
GeneralRe: Validation of the date and number Pin
Henry Minute7-Oct-09 10:21
Henry Minute7-Oct-09 10:21 
QuestionConnecting VB2008 Express to SQL Server 2008 Developer Pin
Garth Geoghan7-Oct-09 5:08
Garth Geoghan7-Oct-09 5:08 
AnswerRe: Connecting VB2008 Express to SQL Server 2008 Developer Pin
EliottA7-Oct-09 5:11
EliottA7-Oct-09 5:11 
GeneralRe: Connecting VB2008 Express to SQL Server 2008 Developer Pin
Garth Geoghan7-Oct-09 5:33
Garth Geoghan7-Oct-09 5:33 
GeneralRe: Connecting VB2008 Express to SQL Server 2008 Developer Pin
Garth Geoghan7-Oct-09 7:12
Garth Geoghan7-Oct-09 7:12 
GeneralRe: Connecting VB2008 Express to SQL Server 2008 Developer Pin
EliottA7-Oct-09 7:19
EliottA7-Oct-09 7:19 
GeneralRe: Connecting VB2008 Express to SQL Server 2008 Developer Pin
Garth Geoghan7-Oct-09 7:23
Garth Geoghan7-Oct-09 7:23 
GeneralRe: Connecting VB2008 Express to SQL Server 2008 Developer Pin
Garth Geoghan7-Oct-09 7:27
Garth Geoghan7-Oct-09 7:27 
AnswerRe: Connecting VB2008 Express to SQL Server 2008 Developer Pin
Dave Kreskowiak7-Oct-09 5:15
mveDave Kreskowiak7-Oct-09 5:15 
GeneralRe: Connecting VB2008 Express to SQL Server 2008 Developer Pin
Garth Geoghan7-Oct-09 5:29
Garth Geoghan7-Oct-09 5:29 
GeneralRe: Connecting VB2008 Express to SQL Server 2008 Developer Pin
Dave Kreskowiak7-Oct-09 6:35
mveDave Kreskowiak7-Oct-09 6:35 
GeneralRe: Connecting VB2008 Express to SQL Server 2008 Developer Pin
Garth Geoghan7-Oct-09 6:38
Garth Geoghan7-Oct-09 6:38 
GeneralRe: Connecting VB2008 Express to SQL Server 2008 Developer Pin
Garth Geoghan7-Oct-09 6:42
Garth Geoghan7-Oct-09 6:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.