I have a class named Account so I have a question. In the declarations of a new instance
Dim Newaccount as Account -----but I can declare this like..
Dim Newaccount As Account = New Account
which are the differences between both declarations?? are the same or not?
excuse me english...
besides I have another question
I have 3 functions in mi clasee
writename()
writeaccount()
writesave()
the first 2 functinos are string..so i have this.
IF name = "" then
Console.writeline("name is empty")
is the same with account and save
but the problem with save is DOUBLE so if is ="" ..I have this error.....saying....Conversion string "" in TYPE DOUBLE is invalid.............
what I can do??? because I want textmessage saying "save is empty" IF is empty