2018-05-10 08:44 AM
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |
Solved! Go to Solution.
2018-05-10 09:15 AM
REQUEST ("TEXTBLOCK_INFO", textblock_name, width, height)If it is just text then you can use STRLEN to get the length.
STRLEN (string_expression)Barry.
2018-05-10 09:15 AM
REQUEST ("TEXTBLOCK_INFO", textblock_name, width, height)If it is just text then you can use STRLEN to get the length.
STRLEN (string_expression)Barry.
2018-05-11 03:39 AM
TEXTBLOCK "papersize" 0, 7, 0, 1, 1, 0, "Hello" x2 = REQUEST ("TEXTBLOCK_INFO", "papersize", width)Regardless of the text defined by "papersize". Both width and height return "2".
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |
2018-05-11 03:59 AM
2018-05-11 04:01 AM
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |
2018-05-11 04:20 AM
2018-05-11 04:32 AM
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |
2018-05-11 04:44 AM