2020-06-09
08:27 AM
- last edited on
2022-09-26
01:53 PM
by
Daniel Kassai
2020-06-09 09:51 AM
n = REQUEST ("DateTime", format_string, datetimestring)
2020-06-22 07:00 AM
2020-06-22 06:49 PM
TEXT B, 0, f with TEXT B, 0, "<SHORTDATE>"Save as new short date object.
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win10 | R5 2600 | 16GB | GTX1660 |
2020-06-23 09:00 AM
Lingwisyer wrote:
This thread is regarding the AC object and not about actual scripting
2020-06-23 07:45 PM
f = "" ch = OPEN ("DateTime", "", "%d/%m/%y") n = INPUT (ch, "", "", f) CLOSE (ch)
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win10 | R5 2600 | 16GB | GTX1660 |
2020-06-23 09:25 PM
2020-06-25 06:20 AM
2020-06-25 03:20 PM
!define style "name" "font", size, anchor, face code define style "text 01" "Arial Narrow", 2.5, 5, 0 set style "text 01" text 0, 0, f ("f" is from Lingwisyer's script)
2020-06-25 06:56 PM
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win10 | R5 2600 | 16GB | GTX1660 |