Hello,
I came across this piece of code in a program but I cant seem to fully understand its purpose or what it does. Can someone if possible explain me what would be the purpose of this? Here's the code;
I came across this piece of code in a program but I cant seem to fully understand its purpose or what it does. Can someone if possible explain me what would be the purpose of this? Here's the code;
Code:
if m->item # ' ' .and. ;
!(subs(m->item,3,1)>=chr(48).and.subs(m->item,3,1)<=chr(57))
set order to 2
seek trim(m->item)
if found()
save screen to tempscrn
do dbrowse with 'xapha_br'