****************************************** strip(strA,isShow=False) (text) ****************************************** #by D@CC #on 2023DApr05 #Project: WioClock #Code: MicroPython #Purpose: strips preceding & trailing blanks # NOTE: no strip in MicroPython #Parm0: str to process #Parm1: isShow=False #returns stripped string #calls: len() # showMP() strips preceding and trailing spaces ********************************************************* #/strip.txt