could create autotext entry infot that runs a sub function and processes autotext file and shows a dynamic menu consisting of infotext,informore, and infolist that will act just like an autotext list.
try this
Autotext Autotext
Trigger $t
try this
Autotext Autotext
Trigger $t
/b/i/c
infot :sub.Sub2
infotext :"Some text"
infomore :"More text"
infolist :"Cat,Dog,Horse,House,Car"
#sub Sub2
str d s.getmacro(getopt(itemname 6))
ARRAY(str) a
findrx(s "(info.+ ):(''.+'')" 0 4 a)
for _i 0 a.len
,d.formata("%i %s-%s :%s[]" _i+1 a[1 _i] a[2 _i] a[2 _i])
d.trim
d-" /pos text /noicons[]"
DynamicMenu(d "" 1)