VS:Num2StrF/ja

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

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

FUNCTION Num2StrF(
vDistance :REAL)Coordinate)) : STRING;
def vs.Num2StrF(vDistance):
    return STRING

Parameters

vDistance REAL (Coordinate) 数値

Return Value

文字列

Example

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

Version

利用可能バージョン: MiniCAD