VB instrRev 函数的功能解释?
VB 中的InstrRev函数的功能英文解释是这样的:
Function InStrRev(StringCheck As String, StringMatch As String, [Start As Long = -1], [Compare As VbCompareMethod = vbBinaryCompare]) As Long
VBA.Strings 的成员
Returns the position of the last occurrence of one string within another
VBA.Strings 的成员
Returns the position of the last occurrence of one string within another
但不知道为什么很多中文都是这个:
返回某字符串在另一个字符串中出现的从结尾计起的位置。
实在另人费解。
明明他的作用是返回某字符串在另一个字符串中最后一次出现的位置。与instr函数恰好相反。instr函数返回的是某个字符串在另一个字符串中第一次出现的位置。
[本日志由 田草 于 2007-02-27 10:33 PM 编辑]
|
123 于 2011-10-17 11:07 AM 发表评论:
差点被你误导了。InstrRev函数描述返回一个字符串在另一个字符串中最先出现的(字符串首数过来)位置,是从字符串的末尾搜索起。
发表评论 - 不要忘了输入验证码哦! |