i tried to write this code but it only output the last value
details.text="M odel/Make :"
details.text="S erial No :"
details.text="M otor No :"
details.text="P late No:"
but it only output Plate No:, the output that i want in a text are this
Model/Make :
Serial No :
Motor No :
Plate No :
i hope you could help me with my problem, thanks
details.text="M odel/Make :"
details.text="S erial No :"
details.text="M otor No :"
details.text="P late No:"
but it only output Plate No:, the output that i want in a text are this
Model/Make :
Serial No :
Motor No :
Plate No :
i hope you could help me with my problem, thanks
Comment