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

On Dec 13, 2005, at 12:32 AM, Jim Ault wrote:

Yeah, Thomas, it would be easier as you suggest to generate a list of
[number of char, charToNum, imagesource] otherwise it could be difficult. Good suggestion. I suppose if one uses a lot of these, as in a library, it might be good to create a reverse directory that includes the image, name,
id, (and for the meticulous) places occuring.

Jim Ault
Las Vegas


On 12/12/05 9:25 PM, "Thomas McGrath III" <[EMAIL PROTECTED]> wrote:

Yeah but you have to know what char the imagesource is in to do it
that way.

I suppose if you did not know you could do a repeat for each char and
put that after a new field to see.

Tom

On Dec 13, 2005, at 12:18 AM, Kathy Jaqua wrote:

Tom

Could It really be that easy?  You rule...


I 'll try that and get back to you.
Ok, ok let's see put the ...char x of field...

T H A N K  Y O U

Kathy Graves Jaqua


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

Thomas J McGrath III
[EMAIL PROTECTED]

Semantic Compaction Systems
SCIconics, LLC

Lazy River Metal Arts
Lazy River Software™
&
Meeting Wear™ - Unique Apparel Design






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


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

Thomas J McGrath III
[EMAIL PROTECTED]

Semantic Compaction Systems
SCIconics, LLC

Lazy River Metal Arts
Lazy River Software™
&
Meeting Wear™ - Unique Apparel Design






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

Reply via email to