Hiya all,

I'm trying to add the value from the IAP object to the GET object string on saving a high score, and can't for the life of me get it to work

Using the example string of:
Edittext$( "Edit Box Script URL" ) + "?gameid=1&playername=" + Edittext$( "Edit Box Player Name" ) + "&score=" + Edittext$( "Edit Box Player Score" ) + "&code=" + mdFive$( "String Parser" )

I want to add the value from a string or int stored in the IAP object (the value will be numeric but I've tried both)

I've tried adding:

+ "&value_name="+LoadtDataInt( "In-App Android", "value_name" )

But end up with a "Mixed strings and numbers" syntax error. I've tried adding the IAP to a counter or an edit box instead, and still get the same syntax errors.

How do I correctly retrieve (and store for that matter!) my value? Any help is most welcome!

Cheers,

Chris