点击或拖拽改变大小

Functions.AtCC 方法

X#
返回另一个字符表达式或备注字段中第一个出现的字符表达式或备注字段的开始数值位置,不区分大小写。

命名空间:  XSharp.VFP
程序集:  XSharp.VFP (在 XSharp.VFP.dll 中) 版本:2.22 GA
语法
 FUNCTION AtCC(
	cSearchExpression AS STRING,
	cExpressionSearched AS STRING,
	 dwOccurrence AS DWORD
) AS DWORD
查看代码

参数

cSearchExpression
类型:String
指定 AtC( ) 在 cExpressionSearched 中搜索的字符表达式。
cExpressionSearched
类型:String
指定 cSearchExpression 搜索的字符表达式。
cSearchExpression 和 cExpressionSearched 都可以是任意大小的备注字段。
dwOccurrence
类型:UInt32

返回值

类型:UInt32
数值
备注
This is an alias for the AtC() function. X# works with unicode and the difference between single byte and multi byte characters does not exist in Unicode
参见