Computer Science, asked by ritzzkaurmatharu, 8 months ago

What are the functions of Basic Command in Visual Basic?

Answers

Answered by dsrsrinu9
3

Answer:

A Function procedure is a series of Visual Basic statements enclosed by the Function and End Function statements. The Function procedure performs a task and then returns control to the calling code. When it returns control, it also returns a value to the calling code.

Answered by Anonymous
3

\huge\star\:\:{\orange{\underline{\pink{\mathbf{Answer}}}}}

Visual Basic Commands

  • Asc. Function. Returns the number corresponding to the ASCII code for the first character of string. ...
  • Chr. Function. Returns a string character that corresponds to the ASCII code in the range 0-255. ...
  • Len. Function. ...
  • Left. Function. ...
  • Right. Function. ...
  • Trim. Function. ...
  • LCase. Function. ...
  • String. Function.

Similar questions