InputSelect(), pre-select one line
Posted: 23 Jul 2023 16:56
OK: I have an InputSelect() with style=1024 (+8192 +16384).
I want to pre-select a line by preselectitem, i.e. 10:=xxx.
A line is, for example:(So the filename will be resolved.)
(All special chars seem to work: display is ok, and on select '°hcpdel' is returned.)
I find no way to define operand 10:= to preselect the line.
My hope is to specify 10:='°hcpdel', i.e. the returnvalue for this line, as it's rather easy and unique.
Tried many things - nothing did it
(Seems I'm blind now...)
I want to pre-select a line by preselectitem, i.e. 10:=xxx.
A line is, for example:
Code: Select all
$txt = <<<#>>>
....
↓ Delete Hardcpy-file ('$filehcp') |°hcpdel
...#>>> ;
(All special chars seem to work: display is ok, and on select '°hcpdel' is returned.)
I find no way to define operand 10:= to preselect the line.
My hope is to specify 10:='°hcpdel', i.e. the returnvalue for this line, as it's rather easy and unique.
Tried many things - nothing did it
(Seems I'm blind now...)