http://www.realsoftware.com/feedback/viewreport.php?reportid=ofakdwwf

For processing arrays of intrinsic types or structures it would be very
useful to be able to define the For Each variable name as being a reference,
so the original array element can be modified.

So we could do

For Each val ByRef As Integer In MyNumArray
  val = val +1 // increment every element in the array
Next


Otherwise we are forced to resort back to the boring old For/Next syntax.

Sing on here to vote for this:

http://www.realsoftware.com/feedback/viewreport.php?reportid=ofakdwwf


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to