Modify ↓
Opened 17 years ago
Closed 17 years ago
#200 closed Bug (No Bug)
_ArrayDisplay
Reported by: | Xenobiologist | Owned by: | Gary |
---|---|---|---|
Milestone: | Component: | Standard UDFs | |
Version: | 3.2.10.0 | Severity: | |
Keywords: | _ArrayDisplay | Cc: | Gary |
Description
HI Gary/Ultima,
there was a change on the array functions between 3.2.10.0 and 3.2.11.X.
In 3.2.10.0 it is possible to do this _ArrayDisplay(_bla(). Using a func which returns the array as parameter for _ArrayDisplay and in beta it isn't cause the array is Const Byref.
Is this only done to avoid doubling the array in RAM?
Will this be standard for the future?
Thanks!
Mega
Attachments (0)
Change History (1)
comment:1 Changed 17 years ago by Valik
- Resolution set to No Bug
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Please stop asking *QUESTIONS* on here. This is for reporting bugs or asking for new features. It is not for asking for clarification on things. That's what the forum is for.
As to your question, virtually all functions that work with arrays should take them ByRef for performance reasons. _ArrayDisplay() was brought more in line with other functions that take arrays and going forward most functions that take an array should be taking them ByRef.
Closing this. Please direct future questions to the forum, not here.