Well in my project,I am trying to display numbers typed in one text box into words in another text box and this works for some numbers ,Ex-22 but not for all the numbers and below is my project file,Can anyone fix this problem for me,
Note I want to display text for repeating digits(up to two or three times a row)or for digits whose sum is 5 or 10,For Example- 23(2+3=5) and 3+7(3+7=10) and the text which I want to display is in the Variables.
And at last I will like to add text in between sentences which are separated by white space("") with Adjectives given in the Variables which are in the Project File below-
dropbox.com/s/xcrh8hvs4p6g7sd/NOI.c3p
Cheers.