Użytkownik Ed Leafe napisał:
> Or, just use a simple object attribute, which is much, much simpler
> and cleaner than passing mutable parameters around, or defining a
> class property.
>
And attribute persists until object is destroyed, while returned value
doesn't.
If you have simplicity on mind, consider that
return value
is still simpler than
var = value
return
.
> 'scan()' is meant to apply a function to all rows of data in the
> bizobj. If you want some other functionality, you might prefer to use a
> bizIterator object instead. That way you can code for your specific use cases
> however you need to.
>
Ok, thanks for explanation.
--
Regards
Jacek Kałucki
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[email protected]