ArrayDim now works with type members

This commit is contained in:
n00b87
2024-04-22 17:26:52 -05:00
parent a84cceb938
commit 53c3ce4483
7 changed files with 3883 additions and 168 deletions

View File

@@ -514,3 +514,10 @@ sub IncrementMatrixRows(mA, mB, r, num_rows, value)
sub IncrementMatrixColumns(mA, mB, c, num_cols, value)
sub JoinMatrixRows(mA, mB, mC)
sub JoinMatrixColumns(mA, mB, mC)
'v4.0
function TypeArrayDim(Byref id$)
function TypeArraySize(Byref id, array_dim)
sub TypeArrayCopy(ByRef src, ByRef dst)
sub TypeArrayFill(ByRef src, fdata)