On Sat, 13 Mar 2004, ahmad khalifa wrote: > > i have a quick question... > for a string that looks like this: > asdf ASDF GHJKL OPNM > the paragraph level is 0... > all capitals are odd level types (i.e type AL or R) > is this the correct level array..?? > asdf ASDF GHJK OPQW > 0000011110111101111
No, I think it should be like: 0000011111111111111 behdad > notice the space is converted to level 0, is that correct..? > or should the space be incremented to a higher even level... > i.e or is this the correct level representation > asdf ASDF GHJK OPQW > 0000011112333345555 > > what do u think ? > > ak. > > _________________________________________________________________ > Add photos to your e-mail with MSN 8. Get 2 months FREE*. > http://join.msn.com/?page=features/featuredemail > > _______________________________________________ > Developer mailing list > [EMAIL PROTECTED] > http://lists.arabeyes.org/mailman/listinfo/developer > > --behdad behdad.org _______________________________________________ Developer mailing list [EMAIL PROTECTED] http://lists.arabeyes.org/mailman/listinfo/developer

