Is there a way to anchor an area. What i mean is
stage 1:
getInfo()
set flag to checkList()
if flag equals true then go back to stage 1
printDetails()
Any ideas, as its eaither this or trying to do this
getInfo()
set flag to checkList()
if flag equals true then
getInfo()
set flag to checkList()
if flag equals true then
getInfo()
set flag to checkList()
if flag equals true then
getInfo()
set flag to checkList()
if flag equals true then
getInfo()
set flag to checkList()
end all if
as you can see this could cause problems as there might be infinite errors but cant do that many If statements, whereas the above can work with how ever many errors.