Hi,
I think the array is now ok
..........
..........
myarray var byte[48] 'My array is made i think
..........
..........
Loop:
HSEROUT ["AT+CMGR=1",13,10]
HSERIN 5000, Loop,[WAIT("OK")]
if myarray[0]="0" then
if myarray[1]="1" then
..................... ' from 0 to 47
.....................
if myarray[46]="46" then
if myarray[47]="47" then
goto success
endif
endif
................... ' from 0 to 47
...................
endif
endif
no_success:
Goto Loop
success:
High PortD.2
End
Please give me your input thanks.
Bookmarks