by Evan Lawrence
Version 2 (February 5, 2021)
Download (126 downloads)
K is a coding language for automate, it is super easy to develop for. Remeber to read the documentation below
=========================
Build 1 is capable of:
* means new feature
# means it isn't working fully
Verifying script API requirements
End of file detection
Message Dialog
Web Dialog
Confirm Dialog
Write function
#Read function
#File picker
#Color picker
#User input
Delay
HTTP get
Toast
Lock
Setclip
zip
unzip
Setname (custom function)
=========================
How to code
(_) separates arguments from the command.
(;) ends the command line, creating a new one.
(eof) declares script shutdown
Script files end with the .K file extension, but you can also use plain text files.
A script example would be:
#######################
setname_com.K.demo;
verify_build.1;
message_Title_Message here_Button;
toast_I am a piece of toast!_3.5;
web_Google.com;
eof
#######################
It is always recommended to declare a package name, check the API level, and to declare that the script is ending, Always make sure to never add (;) to the end of eof.
=========================
5 stars | 2 | |
4 stars | 2 | |
3 stars | 0 | |
2 stars | 0 | |
1 star | 0 | |
Reports | 0 |
Rate and review within the app in the Community section.