Okay, so I need to know how I would go about figuring out which books of the Bible have a chapter 11, verse 59.
Is that even possible?
Thanks!
Okay, so I need to know how I would go about figuring out which books of the Bible have a chapter 11, verse 59. Is that even possible? Thanks!
I tried a 'smart' AI search for chapter 11 and verse 59, but only got one or the other!
It would be easy if bibles were tagged with every chapter num and verse num. Otherwise you have to try a search for Gen 11:59 OR Ex 11:59 OR Lev 11:59....
EDIT: it might be possible in a PB Bible as verse numbers and chapter numbers could be searchable, but you need chapter numbers to be designated with unique text e.g. "chapter 11" AND 59 worked in two of my PB's (not complete bibles).
Verse 59: Could one search for all of these? This shorter list can then be searched visually for chapter 11 locations.
Have you tried searching for 59?
The NLT responds to "Chapter 11" (33x). But you could search for "Chapter 12" (33x) and scroll back to see the last verses of chapter 11.
Okay, so I need to know how I would go about figuring out which books of the Bible have a chapter 11, verse 59. Is that even possible?
I went about by creating a PB that build a milestone and displays dynamic text for chapter 11, verse 59 of every book in the bible. I enumerated the bible books from 1 through 99 with lines like this and got 196 errors in the PB log (two each for every book where it's not existing i.e. for 98 books). The only book in the bible - not in every bible - that has a chapter 11 verse 59 is 1st Maccabees:
(those milestones and dynamic text fields that run on error are displayed in code)
EDIT
Since I had the Excel anyway to build the word, I remembered that some people are interested in things like "all the 3:16s in the bible" - here it is:
2437.All the 3-16s in the bible.docx
I built his one as type:lectionary to get the cool bible version selector:
The only book in the bible - not in every bible - that has a chapter 11 verse 59 is 1st Maccabees:
And it is not in NLT, which is the only bible to return Chapter numbers.
If one wanted to enhance a bible PB, {{field-on:chapternum}}nnn{{field-off:chapternum}} and {{field-on:versenum}}nn{{field-off:versenum}}... would allow a Search for any combination of chapter and verse numbers.