Search found 6 matches
- 13 Dec 2017, 17:25
- Forum: Support
- Topic: Get current time
- Replies: 7
- Views: 3764
Re: Get current time
At the beginning of your script, a code action : var fichier_date_time = new File(); fichier_date_time_chemin_complet= "C:\\temp\\date_time.csv" fichier_date_time.open(fichier_date_time_chemin_complet,File.WriteOnly | File.Text | File.Append ); thanks for the help, I was curious if there ...
- 13 Dec 2017, 17:16
- Forum: Support
- Topic: Use variable in Code declared through Action
- Replies: 0
- Views: 2790
Use variable in Code declared through Action
so basically I declared a variable (lets call it x) using the "variable" action and assigned a value by reading from an ini file
now I have some code that has a variable that gets declared, but I cant manage to assign that variable with the value from 'x'
now I have some code that has a variable that gets declared, but I cant manage to assign that variable with the value from 'x'
- 10 Dec 2017, 20:28
- Forum: Support
- Topic: Get current time
- Replies: 7
- Views: 3764
Re: Get current time
Bonjour, J'ai sauvegardé ce code bien utile dans ma bibliothèque perso. Ce script écrit dans un fichier texte en écrasant le contenu. Si ce n'est pas trop compliqué, serai t’il possible d'avoir le même sans écrasement du contenu (en ajoutant à la fin). Cordialement. MDLE46. im not sure if you attac...
- 10 Dec 2017, 01:36
- Forum: Support
- Topic: Get current time
- Replies: 7
- Views: 3764
Get current time
I was wondering if there is any way to get the current system time as I want to log data to a text file including the current time
Thanks,
Theo
Thanks,
Theo
- 10 Dec 2017, 01:04
- Forum: Support
- Topic: Screenshots
- Replies: 1
- Views: 1985
Screenshots
Hey,
I was curious if there is any way to make Actiona take a screenshot of a certain area and save it to a certain path,
thanks in advance!
I was curious if there is any way to make Actiona take a screenshot of a certain area and save it to a certain path,
thanks in advance!
- 10 Dec 2017, 01:03
- Forum: Support
- Topic: Read Current Directory
- Replies: 1
- Views: 2332
Read Current Directory
Hey, so I coded something using Actiona, and im using a .ini file as a config file for the program, but I cant make actiona get the current directory, so I can just have the .ini file in the same folder with the script for it to be read. right now I have it hardcoded to read the .ini from C:/, but I...