커뮤니티
수정문의
2018-05-03 08:30:10
173
글번호 118662
아랫식을 당일기준으로 변경하고자 부탁드립니다.
var : idx(0),cnt(0);
Array : tx[50](0);
if sdate > sdate[1]+30 Then
{
idx = 0;
for cnt = 0 to 49
{
Text_Delete(tx[cnt]);
}
}
idx = idx+1;
if idx == 8 or
idx == 16 or
idx == 25 or
idx == 32 or
idx == 41 or
idx == 51 or
idx == 64 or
idx == 75 or
idx == 128 or
idx == 171 or
idx == 175 or
idx == 225 Then
plot1(L,"검색",GREEN);
if idx == 9 or
idx == 17 or
idx == 26 or
idx == 33 or
idx == 42 or
idx == 52 or
idx == 65 or
idx == 76 or
idx == 129 or
idx == 172 or
idx == 176 or
idx == 226 Then{
cnt = cnt+1;
tx[cnt] = Text_New(sdate,stime,H,NumToStr(idx,0));
}
답변 1
예스스탁 예스스탁 답변
2018-05-04 10:33:11
안녕하세요
예스스탁입니다.
var : idx(0),cnt(0);
Array : tx[50](0);
if sdate > sdate[1] Then
{
idx = 0;
for cnt = 0 to 49
{
Text_Delete(tx[cnt]);
}
}
idx = idx+1;
if idx == 8 or
idx == 16 or
idx == 25 or
idx == 32 or
idx == 41 or
idx == 51 or
idx == 64 or
idx == 75 or
idx == 128 or
idx == 171 or
idx == 175 or
idx == 225 Then
plot1(L,"검색",GREEN);
if idx == 9 or
idx == 17 or
idx == 26 or
idx == 33 or
idx == 42 or
idx == 52 or
idx == 65 or
idx == 76 or
idx == 129 or
idx == 172 or
idx == 176 or
idx == 226 Then{
cnt = cnt+1;
tx[cnt] = Text_New(sdate,stime,H,NumToStr(idx,0));
}
즐거운 하루되세요
> 렉쳐 님이 쓴 글입니다.
> 제목 : 수정문의
> 아랫식을 당일기준으로 변경하고자 부탁드립니다.
var : idx(0),cnt(0);
Array : tx[50](0);
if sdate > sdate[1]+30 Then
{
idx = 0;
for cnt = 0 to 49
{
Text_Delete(tx[cnt]);
}
}
idx = idx+1;
if idx == 8 or
idx == 16 or
idx == 25 or
idx == 32 or
idx == 41 or
idx == 51 or
idx == 64 or
idx == 75 or
idx == 128 or
idx == 171 or
idx == 175 or
idx == 225 Then
plot1(L,"검색",GREEN);
if idx == 9 or
idx == 17 or
idx == 26 or
idx == 33 or
idx == 42 or
idx == 52 or
idx == 65 or
idx == 76 or
idx == 129 or
idx == 172 or
idx == 176 or
idx == 226 Then{
cnt = cnt+1;
tx[cnt] = Text_New(sdate,stime,H,NumToStr(idx,0));
}