<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 11.00.10570.1001"></HEAD>
<BODY>
<DIV><SPAN class=937463009-17102020><FONT size=2 face=Arial>Because dynamic 
arrays are very important, how to work with them.</FONT></SPAN></DIV>
<DIV><SPAN class=937463009-17102020><FONT size=2 face=Arial>If I will 
declare</FONT></SPAN></DIV>
<DIV><SPAN class=937463009-17102020><FONT size=2 
face=Arial>var</FONT></SPAN></DIV>
<DIV><SPAN class=937463009-17102020><FONT size=2 face=Arial>a: array of 
string;</FONT></SPAN></DIV>
<DIV><SPAN class=937463009-17102020><FONT size=2 face=Arial>How could I add 
several values to this dynamic array?</FONT></SPAN></DIV>
<DIV><SPAN class=937463009-17102020><FONT size=2 face=Arial>because a (1) 
:='ahoj';</FONT></SPAN></DIV>
<DIV><SPAN class=937463009-17102020><FONT size=2 face=Arial>do not 
work.</FONT></SPAN></DIV>
<DIV><SPAN class=937463009-17102020><FONT size=2 face=Arial>Even if I would add 
other type of parentheses instead of ();</FONT></SPAN></DIV>
<DIV><SPAN class=937463009-17102020><FONT size=2 face=Arial>Because I need to 
use some index to fill out The table with given data.</FONT></SPAN></DIV>
<DIV><SPAN class=937463009-17102020><FONT size=2 
face=Arial></FONT></SPAN> </DIV></BODY></HTML>