VS:GetChoiceStr/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
 
(No difference)

Latest revision as of 14:30, 12 August 2013

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

Description

リストアイテムにある項目の名前を返します。

PROCEDURE GetChoiceStr(
item :INTEGER;
whichChoice :INTEGER;
VAR s :STRING);
def vs.GetChoiceStr(item, whichChoice):
    return s

Parameters

item INTEGER リストアイテム番号
whichChoice INTEGER 項目番号
s STRING 項目の文字列

Example

GetChoiceStr(7,1,returnStr);

Version

GetChoiceStr 廃止バージョン: Vectorworks 2010


利用可能バージョン: VectorWorks8.0

See Also

関連関数:

VS:GetSelChoice

関連関数: [[VS:GetSelChoice]]