Checks if a variable is a string type.
IsString ( variable )
See language datatypes for a detailed description.
IsArray, IsBinary, IsBool, IsFloat, IsHWnd, IsInt, IsMap, IsNumber, IsPtr, String, VarGetType
#include <MsgBoxConstants.au3> Local $sString= "This is a string" If IsString ($sString)Then MsgBox ($MB_SYSTEMMODAL,"","The variable is a string") Else MsgBox ($MB_SYSTEMMODAL,"","The variable is not a string") EndIf
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル