Visual Basic Glossary

 
Abs function  The function returns the absolute value of a number     example; Abs(-8)=8
Activate Sets the currently active character when multiple character appear on the screen
AddItem

This is a method that add items to a Combo Box or a List Box

Example: ListBox1.AddItem "Tennis"

And

This a logical operator when two conditions are true, then an action is executed.

Example: If x>50 And sum<100 then Grade="Pass"

Atn(x) Trigonometric arctangent of x (in radian)          example : Atn(1)*4=3.14159
Asc Returns the ASCII code of the specified ASCII code   example:    Asc("A")=65
   

 

 

  [Back to VB Glossary]