Error in the string mani

I am getting this error,
assigned FullText(type string) = str3(stringtype)

Hi @balkishan,

string.Remove(intStartIndex) is remove the string from the index position.

I hope you need to replace the value from the string.

Use stringval.Replace("\n","-")

Regards,
Arivu

@arivu96 Thanks resolved it bro

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.