|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Hi,
I would like to count the number of "\" without make a loop (very slow) var1="c:\program files\office\test.txt" i=1 tot=0 do while i <= len(var1) if mid(var1,i,1)="\" then tot=tot+1 end if i=i+1 loop is there any funtion ? or an other idea to make this ? |
![]() |
| Viewing: Dev Shed Forums > Other > Beginner Programming > Visual Basic : inspect ... tallying |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|