Posted: Sat Jun 25, 2011 2:44 pm Post subject: RE:Deleting flexible arrays
well the value is 4, so if i subract 3 it should go down too 1 should it not?. Like this works if i try to subract 1, but if i try to subract anything higher i get an error
Tony
Posted: Sat Jun 25, 2011 2:56 pm Post subject: Re: RE:Deleting flexible arrays
smool @ Sat Jun 25, 2011 2:44 pm wrote:
it should go down too 1 should it not?
I should have been more clear -- what is the actual value?
code:
var books : flexible array 1..4 of int
put "the actual value is: ", lower (books) - 3