okay, i know mdx scares ppl off but i promise this isnt big thing...
anyhows... i have list control that uses mdx.
and only thing i am interested in how to "extract" exact
item i need from this output:
(would like examples how to get item1,2 and 3 but in each individual way not all together)
0 +fs 0 0 0 item1 +fs 0 0 0 item2 +fs 0 0 0 item3
ehm.. since forum shows it different, here screenie:
listcontrol is formated like this:
|colon 1|colon2 |colon 3|
| | | |
|item 1 | item 2 | item 3 |
list ID is 2
and i have this code (for echoing) in SCLICK event:
if ($did = 2) { .echo -a $did(2).seltext }
...
i also get "* /echo: insufficient parameters"
for that same line altho i DID selected valid line
that contains some info (items)
so help is needed
