Modify ↓
Opened 18 years ago
Closed 18 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)
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.