Q&A

  • single형을 문자(text)형으로 만들수있나요??
label.caption:=aa(single형 변수)하고싶은데 어떻게 해야 하나요???
2  COMMENTS
  • Profile
    보들레르 2002.01.29 23:18
    var
      Sg : Single;
    begin
      Sg := 123.12345;
      ShowMessage(FormatFloat('###.#####', Sg));
    end;

    즐거운 프로그래밍 하시길~~



  • Profile
    김재환 2002.01.29 22:21
    floattostr...인것 같아요!!  
    ^^!
    행복하세요..