点击或拖拽改变大小

Functions.PosDel 方法

X#
Removes characters at a specified position in a string.

命名空间:  XSharp.XPP
程序集:  XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法
 FUNCTION PosDel(
	cString,
	nStartPos,
	nDeleteLen
) AS STRING CLIPPER
查看代码

参数

cString (Optional)
类型:__Usual
String to check
nStartPos (Optional)
类型:__Usual
1 based position to start deleting from. Defaults to Len(cString).
nDeleteLen (Optional)
类型:__Usual
The number of characters to delete.

返回值

类型:String
Returns the modified string.
参见