2020-06-09
05:27 PM
- last edited on
2022-09-26
10:53 PM
by
Daniel Kassai
2020-06-09 06:51 PM
n = REQUEST ("DateTime", format_string, datetimestring)
2020-06-22 04:00 PM
2020-06-23 03:49 AM
TEXT B, 0, f with TEXT B, 0, "<SHORTDATE>"Save as new short date object.
AC22-28 AUS 3110 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |
2020-06-23 06:00 PM
Lingwisyer wrote:
This thread is regarding the AC object and not about actual scripting
2020-06-24 04:45 AM
f = "" ch = OPEN ("DateTime", "", "%d/%m/%y") n = INPUT (ch, "", "", f) CLOSE (ch)
AC22-28 AUS 3110 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |
2020-06-24 06:25 AM
2020-06-25 03:20 PM
2020-06-26 12:20 AM
!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-26 03:56 AM
AC22-28 AUS 3110 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |