<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2719.2200" name=GENERATOR></HEAD>
<BODY style="MARGIN-TOP: 2px; FONT: 10pt MS Sans Serif; MARGIN-LEFT: 2px">
<DIV>I know this is very easy, but I can never remember exactly how to do 
this.  I need to parse off some data from the end of a string.  For 
example, the string:</DIV>
<DIV> </DIV>
<DIV>FLDR T TAB M CLIP#5 BLUE 11PT; 2 PLY STRAIGHT CUT 250/CS</DIV>
<DIV> </DIV>
<DIV>I want to parse out "250/CS".  How do I set up the code to do 
this?  This info is always going to be at the end of the string.  
</DIV>
<DIV> </DIV>
<DIV>Thanks for your help.  If there is a website or information that I can 
put in my files as to how to work with strings, I could reference that in the 
future.</DIV></BODY></HTML>