Left and Right Triangular Arrows not defined for SLK use
Brought to you by:
rexx
arup = '10"x -- for arrow up.
ardn = "11"x -- for arrow down.
But
arrt = "10"x -- ??? not arrow right.
arlf = "11"x -- ??? not arrow left.
I have visited ALT Codes online and tried their results. nothing works.
Is this a THE problem or an ooREXX problem?
I'm running THE 4.0.1 released 4-Feb-2024;
on a WIN64 platform Microsoft Windows [version 10.0.19045.5679];
executing REXX-ooRexx_5.1.0(MT)_64-bit 6.0.5 Interpreter (released 20-Feb-2025).
I need to correct my example:
arrt = "10"x -- ??? not arrow right.
arlf = "11"x -- ??? not arrow left.
arup = "1E"x -- UP arrow.
ardn = "1F"x -- DOWN arrow.
and none of the ALT Codes gave me a Triangular Arrow Head pointed left or right.
Last edit: John Timmons 2025-04-11
Firstly which THE variant are you running; the Windows gui, sdl2 or vtw?
I tried running your macro, but didn't have a clue as to what the arguments are meant to be. Can you provide a macro that is the absolute minimal and shows the issue that requires no arguments and ideally works with Regina as well? Thanks.