On 29/04/2009, Ed Young <[email protected]> wrote: > Is there a way to calculate the length of some string, including any > embedded variables?
Why do you need to do this? > It would have to first expand the variables and then do the calculation... Just pass the string to a function that returns its length; variables are resolved before the function is called. > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

