Instead of using several unique variables to store information, you can use an array variable. The elements in an array variable are numbered, starting with zero. The number (index) of an element is inside square brackets.
Example 10 $phonenumber[0] = "031-90510";
$phonenumber[1] = "020-222222";
$phonenumber[2] = "031-183413";
OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |