Hi,
I have a problem to split and get the value in string. here example output
--_BeginData_
payeeId=xxxx
channelId=ECEP
billAccountNo=exb111109-315262
billReferenceNo=TOPUP20111109200257
amount=42
paymentRefNo=61417686
transactionDate=20111109
transactionTime=194843
userFullName=KHOR JO FENG
status=S
--_EndData_
In above example,
i need output for payeeId=xxxx, billAccountNo=exb111109-315262, billReferenceNo=TOPUP20111109200257 and etc.,
so i want value after the equal. It means i need xxxx and exb111109-315262 and etc.,
how can i get it and reply asap. Tq.
William.