[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] Introduction



Fletch wrote:
>>>>>>"Jason" == Jason Vinson <vinson.lists at charter.net> writes:
> 
> 
> 
> [...]
> 
>     Jason> Maybe i'm misunderstanding the problem, but are you saying
>     Jason> that this is annoying:
> 
>     Jason> Character.getNumericValue('z')-Character.getNumericValue('a')
> 
>     Jason> Lengthy yes... but doable (and not that hard!)
> 
> *cough*Perl*cough*
> 
> ord('z') - ord('a')

No, no, character - character = integer... :)

-- 
Until later, Geoffrey