Skip to content

Commit 37ee1d9

Browse files
committed
fbdoc: wiki snapshot 2019-08-25
1 parent 93674e3 commit 37ee1d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/manual/cache/DevArrays.wakka

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ If an array is passed as argument to a procedure, an array descriptor is allocat
109109

110110
The array descriptor may also be allocated at run time, as would be in the case of allocating a new UDT containing a variable-length array field member.
111111

112-
{{fbdoc item="subsect" value="FBARRAY.index"}}
112+
{{fbdoc item="subsect" value="FBARRAY.index_ptr"}}
113113
Pointer to the array data ##@array(0, 0, ...)##. This pointer may be outside of the actual array data as a kind of virtual pointer to use when calculating offsets using indexes in to the array.
114114

115-
{{fbdoc item="subsect" value="FBARRAY.base"}}
115+
{{fbdoc item="subsect" value="FBARRAY.base_ptr"}}
116116
Pointer to the array's memory at the array's lowest bound. For variable-length arrays allocated at run time, this points to the allocated memory region (i.e. malloc)
117117

118118
{{fbdoc item="subsect" value="FBARRAY.size"}}

0 commit comments

Comments
 (0)