explanationarrays in many programming-languages


Explanation

Arrays in many programming-languages generally show a fixed list of values (e.g. a list of lastnames). Though within SQABasic the size for an array can either be fixed or grow if the number of items in the list is not known during compilation of the source code.

Syntax
"a" + [Prefix]+[ShortDescription]

Letter "a" shows that the variable is of type array. [Prefix] is a lowercase letter that shows the type of variables in the array. The rules for [Prefix] are the similar as for "Local scope variables".

Examples
· asPersonList
· anNumberList

 

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: explanationarrays in many programming-languages
Reference No:- TGS0221637

Expected delivery within 24 Hours