Search the Community
Showing results for tags 'zero'.
-
I am taking a Date & Time and splitting them using _DateTimeSplit, so that I can create a filename in the format: YYYYMMDD_HHMMSS.jpg. The only issue is that if the month, or day, is a two-digit number that begins with a zero (so less than 10), then the month, or day, is formatted as a single-digit...
-
Hi, I'm wondering how to make a zero-fill right shift in autoit as far as the BitShift function has no parameter for this. Here is an example in javascript : https://developer.mozilla.org/en-US/docs/Javascript/Reference/Operators/Bitwise_Operators#>>>_(Zero-fill_right_shift) Thanks for anyhelp, B...