well as i said use the Substring function , but whidbey hasn't lost the visual basic Right function i run whidbey and this is straight from it ...
VB Code:
  1. Dim s As String = "test 123"
  2.  
  3.         MessageBox.Show(Microsoft.VisualBasic.Right(s, 3))