Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Splitting a complex string
#2
Code:
Copy      Help
ClearOutput
str a="response alpha=''18803b54-6c1d-4d4f-aabf-be0da9490c2d'' beta=''9bd46a13-f717-4665-b0d9-699d42528191'' url=''GenShield.aspx?ShieldId=9bd46a13-f717-4665-b0d9-699d42528191'' "
str b
a.findreplace("ShieldId=" "ShieldId")
b.gett(a 1 "=''")
out b
b.gett(a 3 "=''")
out b
b.gett(a 5 "=''")
b.findreplace("ShieldId" "ShieldId=")
out b
,
An old blog on QM coding and automation.

The Macro Hook


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)