Functions.RATLine2 方法 | |
返回多行字符串中子字符串最后一次出现的行号。
命名空间:
XSharp.Core
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 FUNCTION RATLine2(
cSearch AS STRING,
cTarget AS STRING
) AS DWORD
public static uint RATLine2(
string cSearch,
string cTarget
)
查看代码参数
- cSearch
- 类型:String
要搜索的子字符串。 - cTarget
- 类型:String
要在其中搜索的字符串。
返回值
类型:
UInt32cSearch 在
cTarget 中最后一次出现的位置。
如果未找到
cSearch,RAтLine2() 返回 0。
备注
RAtLine2() 与 RAtLine() 相同,但 RAtLine2() 返回 WORD。
示例 参见