dizzy1 Posted July 2, 2009 Share Posted July 2, 2009 How can i turn this into a single line, item is a variable with a value. var a=""; a="item"; a=a+item; Link to comment https://forums.phpfreaks.com/topic/164531-solved-javascript-text-and-variable/ Share on other sites More sharing options...
rhodesa Posted July 2, 2009 Share Posted July 2, 2009 var a="item"+item; Link to comment https://forums.phpfreaks.com/topic/164531-solved-javascript-text-and-variable/#findComment-867832 Share on other sites More sharing options...
dizzy1 Posted July 2, 2009 Author Share Posted July 2, 2009 thanks Link to comment https://forums.phpfreaks.com/topic/164531-solved-javascript-text-and-variable/#findComment-867944 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.