Topic complex |
String functions |
Function |
subpath() |
Short |
String1 without String2 |
Syntax |
SUBPATH(String1, String2: String): String |
Parameter |
String1, String2 : any strings |
Return |
The function returns the right sub strings of String1, if the same characters according to String2 are deleted. |
See also: |
|
Description |
Example:
SubPath("HansMüller","Hans M")> "üller"
|
Write a comment:
|