thanks
mrblue2000 Member Nov Threads 0 46 0 6 HubMoney 398 Nov 22, 2023 #6 AD: Mt2009 - Mobile & PC - 30 January 2026 CHECK THE PRESENTATION! thanks
maze Member Dec Threads 1 67 1 8 HubMoney 367 Dec 16, 2023 #9 Baldwin said: BEFORE Code: import dbg value = 15 dbg.TraceError("Testing Code {}".format(value)) syserr output 0717 14:46:21398 :: Testing Code 15 AFTER Code: value = 15 printb("Testing Code {}".format(value)) syserr output 0717 14:46:21398 :: [Name:intrologin.py Line:188] Testing Code 15 [Hidden content] Click to expand... thanks
Baldwin said: BEFORE Code: import dbg value = 15 dbg.TraceError("Testing Code {}".format(value)) syserr output 0717 14:46:21398 :: Testing Code 15 AFTER Code: value = 15 printb("Testing Code {}".format(value)) syserr output 0717 14:46:21398 :: [Name:intrologin.py Line:188] Testing Code 15 [Hidden content] Click to expand... thanks