Forum Discussion
djclements
Aug 12, 2026Silver Contributor
Braille Translator Challenge
Using the Braille Alphabet lookup table provided: Part 1 - convert the given phrase from Braille to words. Part 2 - convert the given phrase from words to Braille. ✅ Solutions should be in the f...
m_tarler
Aug 13, 2026Silver Contributor
OK this is why I love this forum. I still need to dive into all these solutions more because I learn SO MUCH from all of you. But right off the back I can say I just learned:
a) TOCOL can take inputs like that
b) you can pass FUNCTIONS using an IF statement (i.e. on LINE 24: IF(opt, QUOTIENT, MOD)(SEQUENCE(LEN(txt) * 2, 3, 0), 6)
I will continue to review and I'm sure I will continue to learn. Thank you all.
djclements
Aug 13, 2026Silver Contributor
As it so happens, I also picked up both of these little nuggets from other contributors somewhere along the way. Community forums such as this are a wonderful way to share and learn from each other. <3
Cheers!