As our friend Darrel Taylor write
Here is example :
If you have array = "ABCDE"
And you do next :
You will have next :Code:A var byte[5] B0 var byte : B0 = 10 ARRAYWRITE A, [DEC B0]
array = "10CDE"
Best regards to all and special to Darrel
As our friend Darrel Taylor write
Here is example :
If you have array = "ABCDE"
And you do next :
You will have next :Code:A var byte[5] B0 var byte : B0 = 10 ARRAYWRITE A, [DEC B0]
array = "10CDE"
Best regards to all and special to Darrel
Last edited by phoenix_1; - 10th January 2010 at 21:25.
Bookmarks