Difference between revisions of "Talk:Documentation/BASIC Guide/Arrays"

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: == Please expand... == * how do you set a value in an array? ** example: see Documentation/BASIC Guide/Loops. * can arrays be appended to other arrays? * can an item be inserted into ...)
 
(add comment on examples)
Line 3: Line 3:
 
* how do you set a value in an array?
 
* how do you set a value in an array?
 
** example: see [[Documentation/BASIC Guide/Loops]].
 
** example: see [[Documentation/BASIC Guide/Loops]].
 +
** I added a very simple example, but as I'm only starting, I don't know more ways - I'd also expect something like "myArray = [1, 2, 3] to work, as in many other languages, but I couldn't find how to do that --[[User:HenningSprang|HenningSprang]] 14:38, 22 November 2008 (CET)
 
* can arrays be appended to other arrays?
 
* can arrays be appended to other arrays?
 
* can an item be inserted into an array?
 
* can an item be inserted into an array?

Revision as of 13:38, 22 November 2008

Please expand...

  • how do you set a value in an array?
    • example: see Documentation/BASIC Guide/Loops.
    • I added a very simple example, but as I'm only starting, I don't know more ways - I'd also expect something like "myArray = [1, 2, 3] to work, as in many other languages, but I couldn't find how to do that --HenningSprang 14:38, 22 November 2008 (CET)
  • can arrays be appended to other arrays?
  • can an item be inserted into an array?
  • can an array be indexed with strings or other values?

(copied from the bottom of the Article page. Please post all discussions and comments to the Discussion page.) --Ccornell 14:34, 20 June 2008 (CEST)

Personal tools