SetTextMergeDelimiters Function (String, String) | |
Change the TextMerge delimiters
Namespace:
XSharp.VFP
Assembly:
XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax FUNCTION SetTextMergeDelimiters(
cLeft AS STRING,
cRight AS STRING
) AS STRING[]
public static string[] SetTextMergeDelimiters(
string cLeft,
string cRight
)
Request Example
View SourceParameters
- cLeft
- Type: String
Left delimiter for expressions. - cRight
- Type: String
Left delimiter for expressions.
Return Value
Type:
StringThe current setting
See Also