do you need VB help
OPTION BASE was introduced by ANSI, and with the standard for ANSI Minimal BASIC in the late 1970s.
Relatively strong integration with the Windows operating system or the Component Object Model. The native types for arrays AND strings are the dedicated COM types, SAFEARRAY and BSTR.
Banker's rounding as the default behavior when converting real numeric numbers to integers with the Round function? Round (2.5, 0) gives 2, ? Round (3.5, 0) gives 4.
Integers are automatically promoted to reals in expressions involving the normal division operator (\) so that division of only one integer by another produces the intuitively correct result. There is a specific integer divide operator (/) which does truncate.
Related links: Visual Basic Assignment Help
|