Hello,
my problem is quite simple to explain.
I have the following string:
"type computer {dell}"
and I want to remove the {dell}
So that the output on the screen type computer
Or delete any clause between the two brackets {}
How do i do that ?
Thanks for your help.
my problem is quite simple to explain.
I have the following string:
"type computer {dell}"
and I want to remove the {dell}
So that the output on the screen type computer
Or delete any clause between the two brackets {}
How do i do that ?
Thanks for your help.
Comment