Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ InTouch HMI

StringRight()

  • Last UpdatedOct 08, 2024
  • 1 minute read

テキストの右側の文字から指定数の文字を返します。

カテゴリ

文字列

構文

StringResult=StringMid(Text,StartReplicas,Chars);

パラメータ

テキスト

実際の文字列または文字列属性。

文字

返す文字の数または整数属性。

備考

Chars が 0 の場合、文字列全体が返されます。

StringRight("The Pump is On", 2) ' 戻り値 "On";

StringRight("The Pump is On", 5) ' 戻り値 "is On";

StringRight("The Pump is On", 87) ' 戻り値 "The Pump is On";

StringRight("ThePumpisOn",0)'戻り値"ThePumpisOn";

次もご確認ください。

StringASCII()

StringChar()

StringFromIntg()

StringFromReal()関数

StringFromTime()関数StringFromTime()

StringInString()関数StringInString()

StringLeft()

StringLen()

StringLower()

StringMid()

</StringReplace>

StringSpace()

StringTest()

StringToIntg()

StringToReal()

StringTrim()

StringUpper()

Text()

In This Topic
Related Links