Hello,

I have a textbox where the user can enter keywords which he must
"split" by using a comma. IE. forum,internet,webpage

How can I split whatever he entered, into different, single keywords
eg. he enters forum,internet,webpage - I now want to split it into
var1="forum"
var2="internet"
var3="webpage"

Any help please.

Thanks,
T