Hello, I have Statemanager for saving settings and I use this code
But the problem I think it saves the value as a string, so how can I save it as a Long value?
B4X:
StateManager.SetSetting("Starttime", DateTime.Date(DateTime.Now)&" " & DateTime.Time(DateTime.Now))
But the problem I think it saves the value as a string, so how can I save it as a Long value?