Subject Stored procedure question
Author Michael Vilhelmsen
hi

Is it posible in a stored procedure to do someting like this:

for MyVar=1 to length(MyField) do
begin
if (MyField[MyVar]='G' then
something to do.....
end;

regards
Michael