如何在视觉基础中创建可变数量的参数的函数?
恩。
@H_502_5@恩。
x = Sum(1,2,3) y = Sum(1,2) Function Sum('how to declare argument here') 'Is there any special argument manipulation inside function before it is usable? End Function