B4R Question Quotation marks

Shay

Well-Known Member
Licensed User
Longtime User
I need to send this command, how do I build it?
AT+CCLK="17/11/25,11:33:00+2"
since there is quotation before 07, and after 8,
I cannot do this:
SendCommand("AT+CCLK="17/11/25,11:33:00+2"", True)
since the entire command need be be inside quotation, and also the time MUST be inside quotation
 
Top