AppendArray

Prev Next Home Home Table Of Contents Index

AppendArray (Array,Value)

AppendArray appends Value to the end of an array. The number of elements is increased by one. It is not used to append two arrays "end to end".


Example:
var X X[1] = 'TEST1' AppendArray(X,'TEST2')

Loop X Writeln LoopVal EndLoop

This Prints: TEST1 TEST2

Category: Array

Prev Next Home Home Table Of Contents Index

Sponsors
Shopping
Forum
Forum
email
EMail
Index
Index
Home
Home