Thread: Desktop App Kobo annotation exporter
View Single Post
Old 05-31-2016, 09:50 AM   #29
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by latepaul View Post
A little googling on the error message suggests that startIndex is not a variable in your code but the name of a parameter to a method, probably SubString.
Quote:
Originally Posted by Toxaris View Post
I hardly use substring in my programming due to various reasons, but it could be that it has been used. I will check for that.
Something like "startIndex" could be used in a lot of places. I'm fairly sure I've written code that used it as a variable name for searching a list or something. From the message, it could be a string search, compare or something like that. An operation on a zero length string might get this. Some of the columns in the database can contain an empty string rather than null.
davidfor is offline   Reply With Quote