home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 December
/
Chip_2003-12_cd2.bin
/
oo
/
download
/
f_0019
/
sbasic.jar
/
text
/
sbasic
/
common
/
03104200.xml
< prev
next >
Wrap
Extensible Markup Language
|
2003-01-16
|
1KB
|
27 lines
<?xml version="1.0" encoding="utf-8"?>
<html><head><title>Funkce Array [Runtime]</title><meta name="filename" content="text/sbasic/common/03104200"/><meta name="language" content="en-US"/><help:css-file-link xmlns:help="http://openoffice.org/2000/help"/><!--The CSS style header method for setting styles--><style type="text/css">
p.P1{
}
p.P2{
}
span.T1{
font-weight:bold;}
</style></head><body>
<help:to-be-embedded Eid="array" xmlns:help="http://openoffice.org/2000/help">
<p class="Head1"><help:link Id="68582">Funkce Array [Runtime]</help:link></p>
<p class="Paragraph">Vrátí typ Variant s datovým polem.</p>
</help:to-be-embedded>
<p class="Paragraph"><span class="T1">Syntaxe</span>:</p>
<p class="Paragraph">Array ( Seznam argumentů) <help:key-word value="Pole" tag="kw68582_1" xmlns:help="http://openoffice.org/2000/help"/></p>
<p class="Paragraph">Viz také <help:link Id="68583" xmlns:help="http://openoffice.org/2000/help">DimArray</help:link></p>
<p class="Paragraph"><span class="T1">Parametr</span>:</p>
<p class="Paragraph">Seznam argumentů: Seznam libovolného počtu argumentů, které jsou odděleny čárkou.</p>
<p class="P2">Příklad:</p>
<p class="PropText">Dim A As Variant</p>
<p class="PropText">A = Array("Fred","Tom","Bill")</p>
<p class="PropText">Msgbox A(2)</p>
</body></html>