
-----------------------------------
SAYMAN
Tue Oct 27, 2015 11:33 am

Morse Code Translator!
-----------------------------------
I have to use arrays and the hsa template to created a Morse to English and vise versa translator i have gotten the English to Morse to work but I can't figure out how to get it to go from Morse to English. any help would be appriciated

-----------------------------------
tiedye1
Fri Oct 30, 2015 2:44 am

Re: Morse Code Translator!
-----------------------------------
Consider looking into the split() function.  It'll allow you to split up the encoded string by any delimiter you want (commas in your case), its puts the resultant strings into an array so you can easily process them.
