ahmedhossni
3rd October 2009, 10:36
Dear Friends,
Good morning, I'm looking for a merge function to merge strings without separator.. for ex.:
var1 = "Sc"
var2 = "ho"
var3 = "ol"
concat$("|",var1,var2,var3)
result = Sc|ho|ol
concat$("",var1,var2,var3)
result = Sc
what would i do to get result = School
Thanx...
Regards
Good morning, I'm looking for a merge function to merge strings without separator.. for ex.:
var1 = "Sc"
var2 = "ho"
var3 = "ol"
concat$("|",var1,var2,var3)
result = Sc|ho|ol
concat$("",var1,var2,var3)
result = Sc
what would i do to get result = School
Thanx...
Regards