09-30-2013 12:19 AM
Hai,
My requirement here is to update the Ring value by the data from INI file. In that RING i have items added already.In that i need to select the particular item that is mentioned in INI file. For Eg: if i have the values like 1200,2400,4800,9600,19200 in the RING and the Value read from INI is 9600, in the RING menu 9600 should be selected.
09-30-2013 12:32 AM
Now you have changed your requirement. Initially you told to write to ring as mentioned in your subject. Now you are telling something else.
09-30-2013 12:34 AM
In that case read ini file and read the string. Later in the ring read row by row and compare with string.If matched then stop otherwise read next.
10-31-2013 11:48 PM
I was using a case structure to decide which value to the menu ring. If 4800 was read from ini, then 4800 constant would asigned to menu ring. Actually I used system ring instead of menu ring.
10-31-2013 11:59 PM
@cctt126 wrote:
I was using a case structure to decide which value to the menu ring. If 4800 was read from ini, then 4800 constant would asigned to menu ring. Actually I used system ring instead of menu ring.
Looks like you do have some problem, This is solved now. Post different question along with what you want and what you have tried?
Thanks