I have this string:
type=openBook&bookid=&guid=7AD92237-D3C7-CD3E-C052-019E1EBC16B8&authorid=&uclass=2&view=
Then I want to get all the values after the "=" sign so for the "type" i want to get "openBook" and put this in an array.
Note: even if it is null it must be added to the array so i wont loose track..
So how can i do that.
Many Thanks