I am trying to make up a Frequency Display by using a Textbox.
Example: Freq 117.95
The individual digits are generated in my case from
1 Count1
1 count2
7 count3
9 count5
5 count6
I have tried various methods but only get individual digit or the sum of all.
What I need is the code to interpret.
Text1.text ="Freq"count1,count2,count3"." Count4, Count5,count6
Thanks
Lou B