Quote from
dglojnar on June 30, 2022, 4:52 pm
I have this code:
CreateEmptyObject [MyObjectVar]
SetVar [MyObjectVar('User')] [user]
SetVar [MyObjectVar('Date')] [NAB.DateShort]
SetVar [MyObjectVar('Time')] [NAB.Time24]
MessageBox "Benutzer Anmeldenug" "[MyObjectVar('User')] - [MyObjectVar('Date')] - [MyObjectVar('Time')]" "OK" ""
How can I write variables to file and read it later if I need it - actually MessageBox message to file..
I read some solutions from Forum, but, unfortunatelly , none of them work...
I try with _FileWrite without success.
If I have to use JSON, how can I create JSON file for writing?
Or I have to use neoPHP ?
And how can I change a date format in MessageBox - MessageBos show date as mm/dd/yyyy and I need dd/mm/yyyy.
Browser date setings and Windows date settings are correct.
Thanks in advance :-)
I have this code:
CreateEmptyObject [MyObjectVar]
SetVar [MyObjectVar('User')] [user]
SetVar [MyObjectVar('Date')] [NAB.DateShort]
SetVar [MyObjectVar('Time')] [NAB.Time24]
MessageBox "Benutzer Anmeldenug" "[MyObjectVar('User')] - [MyObjectVar('Date')] - [MyObjectVar('Time')]" "OK" ""
How can I write variables to file and read it later if I need it - actually MessageBox message to file..
I read some solutions from Forum, but, unfortunatelly , none of them work...
I try with _FileWrite without success.
If I have to use JSON, how can I create JSON file for writing?
Or I have to use neoPHP ?
And how can I change a date format in MessageBox - MessageBos show date as mm/dd/yyyy and I need dd/mm/yyyy.
Browser date setings and Windows date settings are correct.
Thanks in advance :-)