VS:Len/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
No edit summary
Line 1: Line 1:
{{LocationMain|category=LocationVS/ja|specific=}}
{{LocationMain|category=LocationVS/ja|specific=}}
__TOC__
__TOC__
<vwDoc>
<vwDoc>
Line 45: Line 45:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
利用可能バージョン: MiniCAD
Availability: from MiniCAD


</version>
</version>

Revision as of 08:08, 12 January 2016

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

Description

指定した文字列の文字数を返します。

FUNCTION Len(
v :DYNARRAY[] of CHAR) : INTEGER;
def vs.Len(v):
    return INTEGER

Parameters

v DYNARRAY[] of CHAR 文字列

Return Value

文字数

Version

Availability: from MiniCAD