Does write line work with trim?

i am just trying new things in that i observerd that, write line doesn’t work with ‘trim’ string manipulation command? is it right.

Hi @Pramod_Sabne

It seems to work fine:

IF you want to trim a character, then use "_HelloWorld_".Trim("_".Chars(0))
It still works:

3 Likes