Q&A

  • 특수문자 #에 관하여
공부를 하던중 # 심볼에 관해 궁금해 올림니다.

begin

j:=strtoint(editinput.text);

for i:=1 to j do

begin

if (i mod 4)=0 then

s:=s+inttostr(i)+',';

if (i mod 20)=0 then

s:=s+#13;

end;

lblresult.caption:=s;

end;

여기서의 #13의 용도와 이와관련한 제어문자의 기능을 고수님들께서 알려주셨으면 합니당^^





1  COMMENTS