icefairy333 Active Member Licensed User Longtime User Oct 13, 2015 #1 B4X: Log($"Curent Date:$Date{DateTime.Now} Time:$Time{DateTime.Now}"$) I want to get: B4X: Curent Date:10/13/2015 Time:16:45:53 but infact I got: B4X: Curent Date:10/13/2015 Time:16:45:53 maybe the ide need del the tab at the line head.
B4X: Log($"Curent Date:$Date{DateTime.Now} Time:$Time{DateTime.Now}"$) I want to get: B4X: Curent Date:10/13/2015 Time:16:45:53 but infact I got: B4X: Curent Date:10/13/2015 Time:16:45:53 maybe the ide need del the tab at the line head.
Erel B4X founder Staff member Licensed User Longtime User Oct 13, 2015 #2 This is not a bug. You need to remove the tabs from the string.
DonManfred Expert Licensed User Longtime User Oct 14, 2015 #4 icefairy333 said: I want to get: Click to expand... B4X: Log($"Curent Date:$Date{DateTime.Now}${CRLF}Time:$Time{DateTime.Now}"$)
icefairy333 said: I want to get: Click to expand... B4X: Log($"Curent Date:$Date{DateTime.Now}${CRLF}Time:$Time{DateTime.Now}"$)
icefairy333 Active Member Licensed User Longtime User Oct 14, 2015 #5 DonManfred said: B4X: Log($"Curent Date:$Date{DateTime.Now}${CRLF}Time:$Time{DateTime.Now}"$) Click to expand... thank you
DonManfred said: B4X: Log($"Curent Date:$Date{DateTime.Now}${CRLF}Time:$Time{DateTime.Now}"$) Click to expand... thank you