커뮤니티
문의드립니다
2026-02-27 08:56:55
72
글번호 230806
텍스트표시 좀해주세요
If Score > Score[1] Then
SetPlotColor(1, Red);
Else
If Score < Score[1] Then
SetPlotColor(1, Blue);
답변 1
예스스탁 예스스탁 답변
2026-03-03 10:59:42
안녕하세요
예스스탁입니다.
var : tx(0);
If Score > Score[1] Then
{
tx = text_new(sDate,sTime,L,"상승");
Text_SetStyle(tx,2,0);
}
Else If Score < Score[1] Then
{
tx = text_new(sDate,sTime,L,"하락");
Text_SetStyle(tx,2,1);
}
즐거운 하루되세요