|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
|
|
#1
|
||||
|
||||
|
Hi all,
I wrote a prog which should toogle a specific character in a file. The problem is (in my opinion) that t isn't possible to do a loop with such a big number. I have the following code snippet: Code:
Dim test As Long bigNum = Len(originalString) ' the debugger says that bigNum is 619400 outString = "" For intPos = 1 To bigNum Is it impossible to run a loop with such a huge number or what is the problem? Thanks in advance Oliver |
|
#2
|
||||
|
||||
|
sorry ... obvisiously I'm to tired.
Please ignore that posting. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > overflow in for loop???? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|