Various other languages can return a character from a string variable when an index number is supplied, much like an array. e.g. str = "programming", str(3) would return "o". How is this done in ASP? Thank you for reading such a trivial question.