greg re wrote:
Hi,
Hope you guys can help.
I can print out the range multiplied by some value:
Why can't I store the resulting range in the variable?
Because a range is an implicit loop, not an a array of values. Use a vector instead of a range.
greg re wrote:
Hi,
Hope you guys can help.
I can print out the range multiplied by some value:
Why can't I store the resulting range in the variable?
Because a range is an implicit loop, not an a array of values. Use a vector instead of a range.