Home » Community » Newbie corner » errors re strings
Re: errors re strings [message #46366 is a reply to message #46364] |
Fri, 29 April 2016 10:59   |
omari
Messages: 276 Registered: March 2010
|
Experienced Member |
|
|
Hi,
the conversion from Upp::String to std::string is explicit by the function member ToStd()
String s_upp;
std::string s_std = s_upp.ToStd();
IMO the easier way is to avoid std::string, Upp::String is simpler, faster.
here a solution for this error:
String Min = Tm.Mid(2,2);
String Tmz = Hr + ":" + Min + ":" + Tm.Mid(4,2);
count<<=Tmz;
regards
omari.
|
|
|
Goto Forum:
Current Time: Wed Apr 30 16:09:24 CEST 2025
Total time taken to generate the page: 0.03931 seconds
|