커뮤니티

선 색깔 변경

프로필 이미지
프레드
2017-11-06 23:45:44
179
글번호 113948
답변완료
아래 수식에 선색을 밝은 노랑으로 바꾸어 주세요 input : N(10); var : idx(0); if bdate != Bdate[1] Then idx = 0; idx = idx+1; if idx== N Then TL_New(sdate,stime,99999999,sdate,stime,0); if idx== N*2 Then TL_New(sdate,stime,99999999,sdate,stime,0); if idx== N*3 Then TL_New(sdate,stime,99999999,sdate,stime,0); if idx== N*4 Then TL_New(sdate,stime,99999999,sdate,stime,0); if idx== N*5 Then TL_New(sdate,stime,99999999,sdate,stime,0);
지표
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2017-11-07 15:14:52

안녕하세요 예스스탁입니다. input : N(10); var : idx(0); if bdate != Bdate[1] Then idx = 0; idx = idx+1; if idx== N Then{ var1 = TL_New(sdate,stime,99999999,sdate,stime,0); TL_SetColor(var1,YELLOW); } if idx== N*2 Then{ var2 = TL_New(sdate,stime,99999999,sdate,stime,0); TL_SetColor(var2,YELLOW); } if idx== N*3 Then{ var3 = TL_New(sdate,stime,99999999,sdate,stime,0); TL_SetColor(var3,YELLOW); } if idx== N*4 Then{ var4 = TL_New(sdate,stime,99999999,sdate,stime,0); TL_SetColor(var4,YELLOW); } if idx== N*5 Then{ var5 = TL_New(sdate,stime,99999999,sdate,stime,0); TL_SetColor(var5,YELLOW); } 즐거운 하루되세요 > 프레드 님이 쓴 글입니다. > 제목 : 선 색깔 변경 > 아래 수식에 선색을 밝은 노랑으로 바꾸어 주세요 input : N(10); var : idx(0); if bdate != Bdate[1] Then idx = 0; idx = idx+1; if idx== N Then TL_New(sdate,stime,99999999,sdate,stime,0); if idx== N*2 Then TL_New(sdate,stime,99999999,sdate,stime,0); if idx== N*3 Then TL_New(sdate,stime,99999999,sdate,stime,0); if idx== N*4 Then TL_New(sdate,stime,99999999,sdate,stime,0); if idx== N*5 Then TL_New(sdate,stime,99999999,sdate,stime,0);