hsed_gettextlength

テキストの文字列長を取得

hsed_gettextlength p1, p2

p1 : 文字列長を代入する変数
p2 : 文字列長を取得するFootyのID

(プラグイン / モジュール : hsedsdk)

解説

テキストの文字列長を取得し、p1へ代入します。

サンプル

#include "hsedsdk.as"
	hsed_gettabcount nTabs
	if ( stat ) {
		dialog "HSPエディタが見つかりません。", 1
		end
	}
	repeat nTabs
		hsed_getfootyid idFooty, cnt
		hsed_gettextlength lText, idFooty
		mes "ID" + idFooty + "のFootyの文字列長は" + lText + "です。"
	loop
	stop

関連項目

hsed_getlinelength行の文字列長を取得(hsedsdk)

情報

プラグイン / モジュールhsedsdk
バージョン3.2
作成日2009/08/01
著作者onitama
備考hsedsdk.asをインクルードすること。
タイプユーザー拡張命令
グループ情報取得命令
対応環境
  • Windows 版 HSP
hs ファイルhsphelp\hsedsdk.hs