Hello Inventors,
I'm working on App where I have to convert Normal Text to Morse Code and Morse Code to Normal Text, I can convert my normal text to morse using this code.
But I'm not able to convert my Morse code to Normal Text
Here is my code
Because in morse code is I use only a or only b letter this will convert fine but if I will use here
bb so this will not work because a = .- and b = -... if I use bb then I'm getting the result is -..a...
Please help me to resolve this problem
Thank You
My .aia file
MorseCodeApp.aia (3.2 KB)