By break, I mean that the code encounters something that it cannot handle, and goes into debug mode.
this is the error I am talking about. my code is kinda complicated, if i explain it in details of what i want to do, i have to think about it and go through it and kinda write a huge essay.
One little example out of the code is that--
for example if i have a sentences all in one cell. i want my code to read this sentence, and crave out what i want from it base on conditions. for example in the sentences
that is exactly what i am talking about, 189 is what i am talking about. Do you know what i mean.
i want to see what position is when a number appears, in this case lets just say it appears in character 19, so what i do is, i would crave out the first part from the beginning to where the number is.
that is exactly what i am talking about,
and put this is a separate column. my code may work for this and many datas that you give it, but there are chances that it just won't work for certain data and gives error dubug issues. so whenever there are errors that is encounter, no matter what kind, just highlight that cells that is the problem for the errors, and continue on with other datas to work with.
I don't want it to stop when there are no problems with other datas that the codes can work on, and i can't write codes that will work for all given conditions. I will solved those condition as i go on when i see them.
so highlighting them would make me have the opportunity to see why is this error occurs and how i can tackle it for future, and also gives me the opportunity to do the highlighted ones manually since the codes can't do it.
but these are rare, so for example out of 8 thousand datas, there will be two that are like this. and even when i solve this issue, other problems might occurs with other datas, i will solve it as i go along.
Bookmarks