PageMac
Home
   dot Projects
   dot Pics and Images
   dot WREK
D++
   dot About / FAQ
   dot Download
   dot Code Library
   dot Documentation
   dot VB6 Runtime Files
About

  Source Code - dpp/source/array.dpp

Download link (right click, save as)



1:
2:
3:
4:
5:
6:
7:
8:
9:
function main()
{
    newvar var[], d=16, e=31, i;
    var = array(1, 2, 4, 8, d, e+1, var);
    for i = 0 to ubound(var);
        screenput var[i] & " ";
    next i;
}

This code is Copyright (C) 2000-2012 PageMac Programming. Reproduction of this code must adhere to the GNU General Public License.