11-11-2009, 08:28 PM
By the way...beautiful writing Gintaras!
I noticed your defining a lot of ARRAY types lately.
Could you write up a tutorial with some step-by-steps using general examples at different levels. These definitely have come in handy with the last few questions I have asked of you and I would definitely like to have a better understanding.
I guess I really don't understand how the "&" works.
What does the & sign do? Why does it not work without it?
Thank you for QuickMacros!!
Outstanding work!
jimmy vig
I noticed your defining a lot of ARRAY types lately.
Could you write up a tutorial with some step-by-steps using general examples at different levels. These definitely have come in handy with the last few questions I have asked of you and I would definitely like to have a better understanding.
I guess I really don't understand how the "&" works.
ARRAY(PRICERANGE) ap; PRICERANGE& p
&p=ap[]; p.maxPrice=2.5; p.percentAdd=20 ;;0 - 2.5
Thank you for QuickMacros!!
Outstanding work!
jimmy vig