View Code /* String charAt() and setCharAt() Examples of how to get and set characters of a String created 27 July 2010 by Tom Igoe http://arduino.cc/en/Tutorial/StringCharacters This example code is in the public domain. */void setup() { Serial.begin(9600); Serial.println("\n\nString charAt... Read More
posted @ 2011-08-17 15:07 Mr.Shan Views(609) Comments(0) Diggs(0)