Subject | Stored procedure question |
---|---|
Author | Michael Vilhelmsen |
Post date | 2003-08-28T08:31:29Z |
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
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