<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>Hello,</p>
<p>may i have an example of an Array in a Struct ?</p>
<p style="margin-bottom: -0.75em; margin-top: -0.75em; line-height: 1.5em; color: rgb(64, 64, 64); font-family: monospace; font-size: medium; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"><strong>
PUBLIC</strong> <strong>STRUCT</strong> <u>Identifier</u>
...
<u>Field <em>k</em></u> [ <u>Embedded array declaration</u> ] <strong>AS</strong> [ <u>Datatype</u> ]
...
<strong>END STRUCT</strong></p>
<span style="color: rgb(64, 64, 64); font-family: monospace; font-size: medium; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(240, 240, 240); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"></span><br>
is the next one correct?<br>
<br>
Public Struct aioinit<br>
aio_threads As Integer<br>
aio_num As Integer<br>
aio_locks As Integer<br>
aio_usedba As Integer<br>
aio_debug As Integer<br>
aio_numusers As Integer<br>
aio_reserved[2] As Integer[]<br>
End Struct<br>
<br>
when i run it it does not complain for errors.<br>
<br>
Thanks Dim<br class="Apple-interchange-newline">
</body>
</html>