Functions.SetTextMergeDelimiters 方法 (String, String) | |
Change the TextMerge delimiters
命名空间:
XSharp.VFP
程序集:
XSharp.VFP (在 XSharp.VFP.dll 中) 版本:2.22 GA
语法 FUNCTION SetTextMergeDelimiters(
cLeft AS STRING,
cRight AS STRING
) AS STRING[]
public static string[] SetTextMergeDelimiters(
string cLeft,
string cRight
)
查看代码参数
- cLeft
- 类型:String
Left delimiter for expressions. - cRight
- 类型:String
Left delimiter for expressions.
返回值
类型:
StringThe current setting
参见