well, you'll have to search through the paragraph, looking for full stops (periods if you're american).
you can do this using regular expressions.
essentilly, these will let you search through the paragraph character by character (probably using a while loop), after which you will know the locations of all the full stops.
you can then copy each sentence into a seperate variable, or array of variables, as you wish.
Answers & Comments
Verified answer
well, you'll have to search through the paragraph, looking for full stops (periods if you're american).
you can do this using regular expressions.
essentilly, these will let you search through the paragraph character by character (probably using a while loop), after which you will know the locations of all the full stops.
you can then copy each sentence into a seperate variable, or array of variables, as you wish.
ALOO GANDHA