trying to write a small arexx script to go trough a list of pictures and get the width and heigth of each picture
/* test */
options results address 'SHOWGIRLS.1'
ImageWidth width=result say width
Loadnext
etc, but say width only say RESULT
wtf am i doing wrong ?
heres the shell output
MorphOS:system_util/ShowGirls-0.8/Rexx> rx test.rx 8 *-* Imagewidth; +++ Command returned 798 SHOWGIRLS.1 RESULT RESULT MorphOS:system_util/ShowGirls-0.8/Rexx>
the width is 798 but i want that info in script not shell :)