「sResult」を含むwiki一覧 - 1ページ

CStr - Basicsoftのうぃき

CStr sResult = CStr ( Expression AS Variant ) AS String sResult = CString ( Expression AS Variant ) AS String 式を文字列に変換します。

Scan - Basicsoftのうぃき

ての文字列の配列を返します。 文字列は照合する文字列です。 LIKEで説明されているように、パターンはパターンです。ExamplesDim sResult As StringDim sLine As StringDim sElt As StringExec ["df&q

RTrim- - Basicsoftのうぃき

RTrim$ sResult = RTrim$ ( sExpr AS String ) AS String sResult = RTrim ( sExpr AS String ) AS String 文字列sExprの右側から空白を削除します。

Mid- - Basicsoftのうぃき

Mid$ sResult = Mid$ ( sSource AS String , iStart AS Integer [ , iLength AS Integer ] ) AS String sResult = Mid ( sSource AS Str

  • 1