Hi,
I am trying to replace the string in csv if the string in the cell is too long - within a for loop:
I got an compiler error: Option strict on disallow late binding. This is there it goes wrong:
Assign int l = row.Item(6).length\2
I tried it with a string and it works perfectly… divideTwo is a string
Assign int length = divideTwo.length\2
Can someone please help? How to switch to Option strict off? Is it a good practice to turn it off? Thanks!