[fpc-pascal] Re: Sets as array index?
leledumbo
leledumbo_cool at yahoo.co.id
Tue Oct 15 11:00:50 CEST 2013
I := TagArray[TagSet];
I := TagArray[[tag1,tag5]];
or
I := TagArray[ord(TagSet)];
I := TagArray[ord([tag1,tag5])];
It's unclear what you expect from such statements. I think you better
explain the high level problem, I smell a misdesign in the solution.
--
View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Sets-as-array-index-tp5717082p5717095.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
More information about the fpc-pascal
mailing list