strcpy question
Posted: Sat Jan 17, 2009 2:04 am
How do I call a new line in strcpy? I tried inserting /n but it just displays it with my text.
strcpy(text, "I want this to go on two or more lines! /n just shows up as text")
Thanks
strcpy(text, "I want this to go on two or more lines! /n just shows up as text")
Thanks