O.P. Reducing the name of my contact
im calling my contacts name with MsgPlus.RemoveFormatCodes(Origin.substring(0,50));
But all my contact has Name - Where i know them from - Username
But how can i split them up.. so only the name will be use.. and not the two other thing?
in asp is:
arrContact = split(" - ",MsgPlus.RemoveFormatCodes(Origin.substring(0,50)));
But it doesnt work here
|