When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Sinclair BASIC - Wikipedia

    en.wikipedia.org/wiki/Sinclair_BASIC

    Declares an array with the specified dimensions, which may be multi-dimensional (for example, DIM a(10,10); if used with strings, the last dimension indicates the length of each of the strings (thus, DIM a$(2,5) is an array of two strings each of five characters long, and DIM b$(5) is one string of five characters) [38]

  3. BASIC - Wikipedia

    en.wikipedia.org/wiki/BASIC

    The language retained some compatibility with its predecessors, such as the Dim keyword for declarations, "Gosub"/Return statements and optional line numbers which could be used to locate errors. An important driver for the development of Visual Basic was as the new macro language for Microsoft Excel , a spreadsheet program.

  4. Visual Basic (classic) - Wikipedia

    en.wikipedia.org/wiki/Visual_Basic_(classic)

    There are small inconsistencies in the way VBA is implemented in different applications, but it is largely the same language as Visual Basic 6.0 and uses the same runtime library. Visual Basic development ended with 6.0, but in 2010 Microsoft introduced VBA 7 to provide extended features and add 64-bit support. [31]

  5. Control array - Wikipedia

    en.wikipedia.org/wiki/Control_array

    In Visual Basic, a control array [1] is a group of related controls in a Visual Basic form that share the same event handlers. Control arrays are always single-dimensional arrays, and controls can be added or deleted from control arrays at runtime. One application of control arrays is to hold menu items, as the shared event handler can be used ...

  6. Comparison of programming languages (array) - Wikipedia

    en.wikipedia.org/wiki/Comparison_of_programming...

    In addition to support for vectorized arithmetic and relational operations, these languages also vectorize common mathematical functions such as sine. For example, if x is an array, then y = sin (x) will result in an array y whose elements are sine of the corresponding elements of the array x. Vectorized index operations are also supported.

  7. BASIC-PLUS - Wikipedia

    en.wikipedia.org/wiki/BASIC-PLUS

    The DIM statement could allocate one-dimensional and two-dimensional arrays of any of the three data types. The range of subscripts always began with 0 (but MAT statements did not set elements in row 0 or column 0). [24] [25] The language also included a number of MAT commands to work with the entire

  8. typeof - Wikipedia

    en.wikipedia.org/wiki/Typeof

    typeof, alternately also typeOf, and TypeOf, is an operator provided by several programming languages to determine the data type of a variable.This is useful when constructing programs that must accept multiple types of data without explicitly specifying the type.

  9. Color BASIC - Wikipedia

    en.wikipedia.org/wiki/Color_BASIC

    Color BASIC is the implementation of Microsoft BASIC that is included in the ROM of the Tandy/Radio Shack TRS-80 Color Computers manufactured between 1980 and 1991. BASIC (Beginner's All-purpose Symbolic Instruction Code) is a high level language with simple syntax that makes it easy to write simple programs.