rock22k
07-26-2001, 11:14 AM
Hi to all,
Problem :I have an problem with the array.
I have one text file with following array vairables:
abc.txt
=================
name[1]=Rock&comment[1]=something
&name[2]=Rick&comment[2]=nothing
===================
Now i wann to do one thing that
i have the two dynamic text box with variables <name> and <comment> now whats the prblem that i load the file with
loadvariables("abc.txt",0).
Now i put the button in frame
and give the action OnRealse on button
Now what i have to do that i wann to display or load each name and comment from abc.txt file to those two dynamic text box when user pressing button or release the button.
I put the action but everytime i got name and comment undefined.
Thats all can anyone help me or give me the code for that.
Problem :I have an problem with the array.
I have one text file with following array vairables:
abc.txt
=================
name[1]=Rock&comment[1]=something
&name[2]=Rick&comment[2]=nothing
===================
Now i wann to do one thing that
i have the two dynamic text box with variables <name> and <comment> now whats the prblem that i load the file with
loadvariables("abc.txt",0).
Now i put the button in frame
and give the action OnRealse on button
Now what i have to do that i wann to display or load each name and comment from abc.txt file to those two dynamic text box when user pressing button or release the button.
I put the action but everytime i got name and comment undefined.
Thats all can anyone help me or give me the code for that.