01-14-2021, 08:09 AM
hello everyone,
In the following example, I want to use tab to align characters, But it No effect,
Does anyone know what the problem is? Thanks in advance
![[Image: pic.png]](https://i.ibb.co/tcRbXZx/pic.png)
Macro Macro4
In the following example, I want to use tab to align characters, But it No effect,
Does anyone know what the problem is? Thanks in advance
![[Image: pic.png]](https://i.ibb.co/tcRbXZx/pic.png)
Macro Macro4
_s=
;ke-48=text0
;cm-291=text6
;win-26=test8
;wib-262=test7
;ww-28=test4
ARRAY(str) a=_s
for int'i 0 numlines(_s)
,a[i].findreplace("-" "[9]")
,a[i].findreplace("=" "[9]")
,out a[i]
str s=a
str dd=
;BEGIN DIALOG
;0 "" 0x90C80AC8 0x0 0 0 224 136 "Dialog" "4"
;3 ComboBox 0x54230641 0x0 12 8 96 114 ""
;1 Button 0x54030001 0x4 116 116 48 14 "OK"
;2 Button 0x54030000 0x4 168 116 48 14 "Cancel"
;END DIALOG
;DIALOG EDITOR: "" 0x2040A00 "*" "" "" ""
str controls = "3"
str cb3
cb3=s
if(!ShowDialog(dd 0 &controls)) ret