Login
Sign Up
Home
Program
Project
My Zone
Support
Show Code
Browse Program
Search Program
How to assign an array to input parameters
Input Variables
Output Variables
Program Code
Description
Variable Name *
(dynamic type)
*
!
UP
Down
Delete
Default Value *
*
Description *
*
Multi Lines
Variable Name *
(dynamic type)
*
UP
Down
Delete
Description *
*
Input Variables List
Output Variables List
Source Code
sum=0; foreach(var a in arr) { sum=sum+a; }
Subject
Description
Input parameters can accept an array, you can use a comma to separate array elements. For example, if you input
5,6,7
, the system will convert it to int[], for details, please visit http://www.hicalc.com/Help/InputVariables.aspx
Category
General
Created By
tech
Created Date
10/29/2010
Last Modify Date
10/29/2010
Calculation Count
6
Version
Positive
0
Neutral
0
Negative
0
Related Program ID
12 , 13
Copyright ©2009-2010 CUI WEI. All Rights Reserved.