Re: Interesting shortcut syntax for filling arrays with common value: vByteSorted[0..255] := false;
- From: Ivan Levashew <octagram@xxxxxxxxxxxxxx>
- Date: Fri, 23 May 2008 08:09:27 +0700
Skybuck Flying пишет:
One could simply write:
vByteSorted[0..255] := false;
Would be nice ! :)
In Ada you can write vByteSorted := (others => False);
that's much cleanier IMHO
--
If you want to get to the top, you have to start at the bottom
.
- References:
- Prev by Date: EQPack
- Next by Date: Websites That EXPLODE Your Sales
- Previous by thread: Interesting shortcut syntax for filling arrays with common value: vByteSorted[0..255] := false;
- Next by thread: Re: Interesting shortcut syntax for filling arrays with common value: vByteSorted[0..255] := false;
- Index(es):