Storing calculational results in this way ensures that the intermediate and summary values can be used by the callingroutine in chained calculations.
用这种方法存储计算结果确保了前后链接的计算中的调用例程可以使用中间值和汇总值。
2
The value, string or numeric, is then stored in a two-dimensional array, which is returned to the callingroutine after the whole sheet has been read.
然后,值(字符串或数值)存储到一个二维数组中,读取完整个工作表之后,该数组被返回给调用例程。
3
With pass by value, any change to the parameter is not reflected in the callingroutine. Those who have used pass by reference will probably find this confusing.