Re: [sword-devel] Sword2Net: DumpBibleModuleContent()

2010-06-12 Thread Troy A. Griffitts
Wolfgang, On 06/12/2010 09:43 AM, Wolfgang Schultz wrote: > for (FFSwordBible->getKey(); !FFSwordBible->getKey()->Error(); > FFSwordBible->getKey()->increment(1)) { } > I haven't looked at the context, so you might be ok, but be sure to position the module to the top at loop initialization. T

[sword-devel] Sword2Net: DumpBibleModuleContent()

2010-06-12 Thread Wolfgang Schultz
Hello, in the Sword2Net API i implement some useful methods but i have a sea of open questions here is one of them. in the method DumpBibleModuleContent() i have a loop like this for (FFSwordBible->getKey(); !FFSwordBible->getKey()->Error(); FFSwordBible->getKey()->increment(1)) { } http://bibl