Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'That hint has been published...' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
That hint has been published...
Authored by: robg on Nov 21, '02 07:54:02PM
I don't know if it's been tried in 10.2 or not, but this hint explains how to get rid of it: regards; -rob.

[ Reply to This | # ]
thanx :)
Authored by: panicX on Nov 21, '02 08:56:25PM

thanx rob :)



[ Reply to This | # ]
Still works in 10.2 but...
Authored by: panicX on Nov 21, '02 10:19:22PM

Hi,
I tried it and it still works :)
but....
INSTEAD OFF:
4) In line 11 (<array count="16" name="items">), replace the '16' with '15' - you're removing something from an array.
5) In line 7 (<array count="69" name="allObjects">), change '69' to '68'.

IT MUST BE:
4) In line 11 (<array count="19" name="items">), replace the '19' with '18' - you're removing something from an array.
5) In line 7 (<array count="77" name="allObjects">), change '77' to '76'.

I'll post this with the originating article as well.



[ Reply to This | # ]