Top > Num2StrF

**Num2StrF        Strings [#ue6efbf2]
Declaration:
 FUNCTION   Num2StrF ( vDistance:REAL ) 
             :STRING ;

Description:
 Function Num2StrF converts a specified REAL value into a string. 
 The numeric value will be converted and displayed in the current 
 unit settings of the drawing.


説明
 実数を文字列に変換します。数値は現在の画面上の単位で表します。

Parameters:

|vDistance |	Numeric value.| 	数値|

返り値

 文字列

Example:

        oldnumValue:=23.45;
        newStrValue:=Num2StrF(oldnumValue);
        {would return 1'-11 1/2"}



リロード   新規 下位ページ作成 編集 凍結 差分 添付 コピー 名前変更   ホーム 一覧 検索 最終更新 バックアップ リンク元   ヘルプ   最終更新のRSS