Guest NoOne Posted December 21, 2007 at 02:45 PM Report Share #155592 Posted December 21, 2007 at 02:45 PM num procedure tenho : TYPE idsUsados IS TABLE OF NUMBER(2) INDEX BY BINARY_INTEGER; for j in 0 .. i loop if (idsUsados (j) = r_corrida.id_piloto) then usado:=1; end if; end loop; isto ta a dar erro porque está a considerar que idsUsados é uma funçao ? nao se pode usar index by em procedures? como corrigir isto? Link to comment Share on other sites More sharing options...
M6 Posted December 26, 2007 at 11:05 AM Report Share #156294 Posted December 26, 2007 at 11:05 AM Não percebi muito bem a tua dúvida... idsUsados é um tipo, não é nem um procedimento nem uma função... 10 REM Generation 48K! 20 INPUT "URL:", A$ 30 IF A$(1 TO 4) = "HTTP" THEN PRINT "400 Bad Request": GOTO 50 40 PRINT "404 Not Found" 50 PRINT "./M6 @ Portugal a Programar." Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now