VB.NET - function in VB.net |
| san san posted at 11-Sep-08 07:41 |
 | Hi all I am new to VB.NET. In some code somewhere I found that
FunctionReadData = "Successfull"
here FubctionReadData is a method/function. In C# assigning strings to functions like this is not possible.. But in VB.net it's possible.. What is this..? why we r assigning string to function names?
Thanks
|