Hi Team how to remove the space before string value

Hi Team.

my string value str=" Due for Reassessment"

i need output as output=“Due for Reassessment” but the spaces are changed dynamically in front of the string may be 1st iteration it’s 2 paces second iteration it’s 3 or 4 it is changing dynamically

please help me on these

Assign activity
myStringVar = myStringVar.Trim()

Hi @Mada_Sai_Krishna

Use Var.TrimStart

Regards,

@Mada_Sai_Krishna

Regards,

Thank you it’s worked

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