Can somebody help me?
I started a few days ago in AA and I need to find a way to create a 'keystrokes condition.'
For example, today is day 4, so I want to press [tab] 4 times. If it were day 5, I would need to press 5 times...
Can somebody help me?
Can somebody help me?
I started a few days ago in AA and I need to find a way to create a 'keystrokes condition.'
For example, today is day 4, so I want to press [tab] 4 times. If it were day 5, I would need to press 5 times...
Can somebody help me?
Hi
You can achieve this using just 4 commands.
Hope this will help!
Hi
You can achieve this using just 4 commands.
Hope this will help!
Thank you, Abhay!
It helped me a lot! I have more experience with the Python language, so I found another way using a Python function... Another question: what if I want to retrieve yesterday? I tried to put -1 when I converted the string to a number, but it didn't work...
Hi
Great! well you can achieve this in fewer commands too. For sure you’ll figure that out as you use the platform more. Now, if you want to reduce a day from the current day then you can use “Subtract” command from Datetime package. The output will be the Datetime variable which you can convert to string using our previous command of converting the date to string.
Hi
Great! well you can achieve this in fewer commands too. For sure you’ll figure that out as you use the platform more. Now, if you want to reduce a day from the current day then you can use “Subtract” command from Datetime package. The output will be the Datetime variable which you can convert to string using our previous command of converting the date to string.
Wow!
Thank you so much! Have a nice one!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.