TBProgramer52
28-04-2014, 05:26
I do wish to mentioned there is an error in the Tutorial example such as the console creation.
Such as:
Uses "Console"
Console_WriteLine("Hello, I am console, who are you?")
Dim Name As String = Console_ReadLine()
Console_WriteLine("Hello " + Name)
Console_WriteLine("Nice to see you again!")
Console_WaitKey
The variable Name is not a String variable without the '$' on the end, Please do correct this!
Such as:
Uses "Console"
Console_WriteLine("Hello, I am console, who are you?")
Dim Name As String = Console_ReadLine()
Console_WriteLine("Hello " + Name)
Console_WriteLine("Nice to see you again!")
Console_WaitKey
The variable Name is not a String variable without the '$' on the end, Please do correct this!