Jim,

I like the charToNum idea too. But doesn't the -- put the imageSource of char x of field "myfield" -- return blank if no imagesource is found?

so

repeat for each char x of field "myField"
        if the imageSource of char x of field "myField" is "" then
        next repeat
        else
        put the imageSource of char x of field "myField" after lMyLocal
        end if
end repeat

put lMyLocal into field "myList"

should work,,, NO....

Not tested.

Tom
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to