When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Comparison of programming languages (list comprehension)

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

    Array with all the doubles from 1 to 9 inclusive: my @doubles = map { $_ * 2 } 1 .. 9 ; Array with the names of the customers based in Rio de Janeiro (from array of hashes):

  3. Template:User vba-4 - Wikipedia

    en.wikipedia.org/wiki/Template:User_vba-4

    Main page; Contents; Current events; Random article; About Wikipedia; Contact us; Donate

  4. Template:Array - Wikipedia

    en.wikipedia.org/wiki/Template:Array

    Download as PDF; Printable version; ... This template will allow manipulation or retrieve properties of an array list using a delimiter. It handles four functions ...

  5. Spreadsheet - Wikipedia

    en.wikipedia.org/wiki/Spreadsheet

    An array of cells is called a sheet or worksheet. It is analogous to an array of variables in a conventional computer program (although certain unchanging values, once entered, could be considered, by the same analogy, constants). In most implementations, many worksheets may be located within a single spreadsheet.

  6. Template:User vba-2 - Wikipedia

    en.wikipedia.org/wiki/Template:User_vba-2

    Main page; Contents; Current events; Random article; About Wikipedia; Contact us; Donate

  7. Microsoft Excel - Wikipedia

    en.wikipedia.org/wiki/Microsoft_Excel

    Microsoft Excel is a spreadsheet editor developed by Microsoft for Windows, macOS, Android, iOS and iPadOS.It features calculation or computation capabilities, graphing tools, pivot tables, and a macro programming language called Visual Basic for Applications (VBA).

  8. Talk:Visual Basic for Applications - Wikipedia

    en.wikipedia.org/wiki/Talk:Visual_Basic_for...

    Using VBA, the user can add their own functions and subroutines that refer to these named ranges. In the figure at the right, the function sq is created in the Visual Basic editor supplied with Excel, and x & y are named variables in the spreadsheet.

  9. Array (data type) - Wikipedia

    en.wikipedia.org/wiki/Array_(data_type)

    Array data types are most often implemented as array structures: with the indices restricted to integer (or totally ordered) values, index ranges fixed at array creation time, and multilinear element addressing. This was the case in most "third generation" languages, and is still the case of most systems programming languages such as Ada, C ...