커뮤니티
파워랭귀지 화일 변환 하기
2014-10-10 18:09:59
174
글번호 79258
아래 화일 변환 부탁해요
Input: PriceArray[12](NumericArrayRef), a1(numeric), a2(numeric), b1(numeric), b2(numeric), c1(numeric), c2(numeric), d1(numeric), d2(numeric),e1(numeric), e2(numeric),
f1(numeric), f2(numeric);
Var : Result(0);
PriceArray[1]=a1;
PriceArray[2]=a2;
PriceArray[3]=b1;
PriceArray[4]=b2;
PriceArray[5]=c1;
PriceArray[6]=c2;
PriceArray[7]=d1;
PriceArray[8]=d2;
PriceArray[9]=e1;
PriceArray[10]=e2;
PriceArray[11]=f1;
PriceArray[12]=f2;
_mango6=Result;
답변 1
예스스탁 예스스탁 답변
2014-10-13 10:10:50
안녕하세요
예스스탁입니다.
Input: PriceArray[N](NumericArrayRef), a1(numeric), a2(numeric), b1(numeric), b2(numeric), c1(numeric),
c2(numeric), d1(numeric), d2(numeric),e1(numeric), e2(numeric),f1(numeric), f2(numeric);
Var : Result(0);
PriceArray[1]=a1;
PriceArray[2]=a2;
PriceArray[3]=b1;
PriceArray[4]=b2;
PriceArray[5]=c1;
PriceArray[6]=c2;
PriceArray[7]=d1;
PriceArray[8]=d2;
PriceArray[9]=e1;
PriceArray[10]=e2;
PriceArray[11]=f1;
PriceArray[12]=f2;
_mango6=Result;
즐거운 하루되세요
> 날으는여우 님이 쓴 글입니다.
> 제목 : 파워랭귀지 화일 변환 하기
> 아래 화일 변환 부탁해요
Input: PriceArray[12](NumericArrayRef), a1(numeric), a2(numeric), b1(numeric), b2(numeric), c1(numeric), c2(numeric), d1(numeric), d2(numeric),e1(numeric), e2(numeric),
f1(numeric), f2(numeric);
Var : Result(0);
PriceArray[1]=a1;
PriceArray[2]=a2;
PriceArray[3]=b1;
PriceArray[4]=b2;
PriceArray[5]=c1;
PriceArray[6]=c2;
PriceArray[7]=d1;
PriceArray[8]=d2;
PriceArray[9]=e1;
PriceArray[10]=e2;
PriceArray[11]=f1;
PriceArray[12]=f2;
_mango6=Result;
다음글
이전글