Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.21 KB | None | 0 0
  1.     Dim deviceId1 As String = getDeviceInfo(ps2000Handle)
  2.         Dim deviceId2 As String = getDeviceInfo(ps2000Handle2)
  3.         deviceId1 = deviceId1.Replace("/", "_")
  4.         deviceId2 = deviceId2.Replace("/", "_")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement