C
Cavello
Hi, I'm curious as to how I can input a string of characters and then
output it in sections, seperating these sections according to a
particular value entered, for example a period. Say if I enter
'today.is.friday', I want the screen to output:
today
is
friday
How is this done?
output it in sections, seperating these sections according to a
particular value entered, for example a period. Say if I enter
'today.is.friday', I want the screen to output:
today
is
friday
How is this done?