That would allow:
Code: Select all
restore MyData
IF FindString(Read(),".",1)
do something.
EndIf
In fact it would be good to go: Result = READ(MyData1) where "MyData is the DATA section. That way you could nest READ statements that reference different DATA section in the same line.
Thanks.