I have string str="Arts And Props"
now i want to replace space in string with null.
means i want result as str="ArtsAndProps"

Answer Posted / thava

str = replace(str," ","")

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a script to delete all the files in a folder except one desired file.

936


create a .dll component operation and use created component in another project. required methods events and properties. connect, add,search,data report

2097


how exactly is the lngColour used?

1796