We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d5422 commit 59462d1Copy full SHA for 59462d1
doc/manual/cache/ProPgInitialization.wakka
@@ -25,7 +25,7 @@ Type mytype
25
var3 As ZString Ptr
26
End Type
27
28
-Dim MyVar(2) As mytype => _
+Dim MyVar(0 to 1) As mytype => _
29
{ _
30
(1.0, 1, @"Hello"), _
31
(2.0, 2, @"GoodBye") _
examples/manual/proguide/init/udtarray.bas
@@ -12,7 +12,7 @@ Type mytype
12
13
14
15
+Dim MyVar(0 To 1) As mytype => _
16
17
18
0 commit comments