answersLogoWhite

0

No Return statement in VB programming

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

How do you turn on VB scripting on computer?

VB Scripts only work in an Internet Explorer Browser.


What statement returns a value from a function?

return


What are the Advantages and disadvantages of vb?

vb can be nice on a hot day but drink too much of it and you wont feel like going to work the next day


What is a VB procedure?

A procedure is a group of executable statements wrapped between a declaration statement and a matching End statement, the following are examples of valid VB procedures: Sub Function Event Handler Property Procedures Operation Procedures Generic Procedures E.g Private Sub ExampleProcedure() <Code> End Sub


Can you make vb in vb?

Yes it is possible, most things are in VB


How do you use return function?

return;orreturn ;PS: not function, statement!


What is return statement under function in turbo C?

return 0


A musical statement followed by a contrasting statement and then a return of the original statement would be called?

it is ternary form


What is used to continue a statement in visual basic to the next line?

Your question is not clear.... Normally the VB compiler compiles each and every line of the program. So there is no need to continue the statement manually. If i am right, you are asking about... even if error occurs in the statement how to byepass the line in vb during compilation? is that the question you want to ask? then here is the solution, try to resolve the error and it will automatically move to the next line. No worries.


What is the abbreviation of verb?

vb or vb


What the abbreviation of verb?

vb or vb


Can you take return type in void?

a void has no return statement. If that is what ur asking