Hi all, I'm working on creating a crystal report that needs to pull a piece of data from a long string, here's an example...
What I need to pull out of that is the value that follows '11Z='. Does anyone have any idea of how I could do that. I would use mid but sometimes the position changes so that won't work. Thanks in advance!
Code:
[Header] PlanRelease=0 ReleaseNbr=20111021 [Main] TS=DELFOR HaveShipDate=TRUE HorizonEnd=20141231 HorizonBegin=20080212 [Address] SU=G0143 ST=OMITTED MI=OMITTED [Reference] RE=16 [Item] RC=GM5310 [Marks] 11Z=12K034 RACK 08 [Cum] Date=20080212 Qty=0 [Date] Check=TRUE [Detail] Bucket=FALSE [Macola] ShipDate=20111026 PONbr=OMITTED [Document] Prior=20111019
What I need to pull out of that is the value that follows '11Z='. Does anyone have any idea of how I could do that. I would use mid but sometimes the position changes so that won't work. Thanks in advance!