Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- NetLib for Clipper, Version 6.0 - ch_ainit( <carray>, <value1> [, <value2> ...] ) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CH_AINIT( <cArray>, <Value1> [,  <Value2> ...] )


Parameters

<cArray>
Array to fill.

<Value?>
Value for an element of the array. Up to 32 elements can be 
initialized.


Description

The items in the list do not need to be of the same data type. If the 
list is longer than the array size, then trailing values are ignored. 
If the array is longer that than the list, then trailing elements are 
unaffected.

This function is primarily for use with Clipper Summer '87, since 
Clipper 5.x has built-in array initialization.


Example

DECLARE aScatterList[3]
CH_AINIT(aScatterList, 'Name', 'Phone', 'Salary')





Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson