How to get 1st 3 letters of a 8 letter word to type into from a json string key data?

@Arvind_Karthigayan

Try using str.SubString(0,3) - str is where you have your data

Cheers

1 Like

Hi @Arvind_Karthigayan,

Try like this

Jobj("orderId").ToString().SubString(0,3)

Regards,
Firoz

1 Like

Thanks alot

1 Like

Hi @Arvind_Karthigayan,

My pleasure to help you. I think you have marked your comment as the solution.

If you find my comment useful then mark my comment as the solution.

Regards,
Firoz

1 Like

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