Currently i convertedI convert the charactercharacters in "char received[20]"char received[20] to string using this function "String randomString(received)"String randomString(received) and I am able to display it using "Serial.println(randomString)"Serial.println(randomString). After displaying the string, I would like to know the easiereasiest way how to clear of itout its contents? Kindly assist. Thanks!