Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $count1s = 0
  2. $count2s = 0
  3.  
  4. If StringInStr("a string with 3 numbers like 1,67,256", "1") Then
  5. $count1s = $count1s + 1
  6. EndIf
  7.  
  8. If StringInStr("a string with 3 numbers like 1,67,256", "2") Then
  9. $count2s = $count2s + 1
  10. EndIf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement