I am accustomed, in VB, to using line labels. I might say:
sub mike()
dim x as integer
myLineLabel:
x=x+1
msgbox("this is a test"
if x<5 then
goto myLineLabel
end if
end sub
(That's not really the context in which I would use line labels, just the first quick and easy example that came to mine.)
The question is, is there an equivalent in Fox Pro. I haven't been able to find anything on this in the Help Files.
Thank you for whatever assistance you can provide.
-Mike
sub mike()
dim x as integer
myLineLabel:
x=x+1
msgbox("this is a test"
if x<5 then
goto myLineLabel
end if
end sub
(That's not really the context in which I would use line labels, just the first quick and easy example that came to mine.)
The question is, is there an equivalent in Fox Pro. I haven't been able to find anything on this in the Help Files.
Thank you for whatever assistance you can provide.
-Mike