L
Lukas
Hi all
I have a problem with my function.
This function cut my variable StringIn on 255 long char.
But variable value StringIn is as memo type. For examle 800 long char...
Function ReplaceText(StringIn As String) As String
Dim NewString As String
NewString = Replace(StringIn, "+++", "<li>")
ReplaceText = NewString
End Function
Hepl me please.......
Thanks..
I have a problem with my function.
This function cut my variable StringIn on 255 long char.
But variable value StringIn is as memo type. For examle 800 long char...
Function ReplaceText(StringIn As String) As String
Dim NewString As String
NewString = Replace(StringIn, "+++", "<li>")
ReplaceText = NewString
End Function
Hepl me please.......
Thanks..