top
examples
faq
code archives
plugins
reusable classes
code reference
tutorials
bottom
logo

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z


Append Method


Description: Appends an additional element to the end of an array, which increases the arrays size by one.
Syntax: array.append value
Information:
arrayvaries The array to be appended to
valuevaries The value to append to the array
Notes: Works only with one dimensional arrays.
Examples: Dim names(0) as string

names.append "Adam"







This REALbasic Webring site is owned by Adam Robinson.

Want to join the REALbasic Webring?

[Skip Prev] [Prev] [Next] [Skip Next] [Random] [Next 5] [