i am trying to load textfield value in to mutable array using add object method but that value is not in string formate.i enter the array structure in below. thank you.
{
ItemUPC = rr001; ------->>>>>in this place
ItemUnits = "";
Itemcost = "";
}
i expected this structure
{
ItemUPC = "rr001"; ------->>>>>in this place
ItemUnits = "";
Itemcost = "";
}
thankyou