Need help with text box

HI Team

Iam trying to type " ‘Time’ >=“01/05/2018"” and few other similar text within double quotes in text box but it is showing error.
Please help.

HI @Divya_Gomathy,
use like this
string ="'Time' >=""01/05/2018"""

string = "some text ""hello"" "
output
some text "hello"

use double quotes "" you will get " one

Regards,
Arivu

1 Like

Thank you so much arivu it helped :slight_smile: