Ok, my fault, i'll tey to be more specific. Every char in a string can be rrferenced by its count in the string. Char 5 of "my love" is "o". So if i want the char count of char 1 of word 2 of that same string i should get 4. How do i construct an argument for the count of a char as referenced by another chunk description (other than char)?
-----Original Message----- From: "Bill Marriott" <[EMAIL PROTECTED]> To: [email protected] Sent: 12/29/2007 1:17 PM Subject: Re: the char number of char 1 of word x Hi Randall, > How do I get the char count (number) of the first char of a particular > word (say "word 4") of a string? do you mean, the charToNum of char 1 of word x of myString - Bill http://runrev.com/offers/rshb _______________________________________________ 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 _______________________________________________ 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
