GetTime / Base64str , reverse logic arguments
Posted: Wed Apr 22, 2020 6:13 pm
the following two arguments are reversed in logic and in documentation
they should work reversed in true/false logic
they should work reversed in true/false logic
Code: Select all
DebugPrint(GetTime(secs=False))
DebugPrint(GetTime(secs=True))
DebugPrint(Base64Str("test",encode=False))
DebugPrint(Base64Str("test",encode=True))