Click or drag to resize

MBSubstr Function

X#
Extract a substring from a string — both the substring and the string can contain double-byte characters.

Namespace:  XSharp.VO
Assembly:  XSharp.VO (in XSharp.VO.dll) Version: 2.19
Syntax
 FUNCTION MBSubstr(
	c AS USUAL,
	iStart AS USUAL,
	wLen AS USUAL
) AS STRING
Request Example View Source

Parameters

c
Type: Usual
iStart
Type: Usual
wLen
Type: Usual

Return Value

Type: String
See Also