Re: [sword-devel] library request

2002-02-10 Thread Troy A. Griffitts
Martin, This is already there. The real signature of the method is: virtual ListKey ParseVerseList (const char *buf, const char *defaultKey = "Genesis 1:1", bool expandRange = false); this will work with code like: VerseKey vkey = "James 1:19"; ListKey lkey = vkey.ParseVerseLis

[sword-devel] library request

2002-02-09 Thread Martin Gruner
Hello all, due to a current need for it, I wish to request an addition to the API. Apart from the nice VerseKey::parseVerseList(char* ) function we need an additional function which is able to parse an uncomplete reference in a given context. Something like VerseKey::parseVerseListInContext(Ve