Here's a link to a migration tool,
http://msdn.microsoft.com/asp.net/migration/aspmig/aspmigasst/default.aspx
Not sure how well it works, but it's worth a shot. It will not do
everything in any case.
As to your example, the Split method of the String class is what you
want. Will translate to something like this...
string[] arrRows = RootData.Split( "*S*P*L*I*T*");
string probName ="";
for(int i=0; i < arrRows.Length -i; i++)
{
string[] arrRootData = arrRows[i].Split("#*#");
probName = "";
for (x = arrRootData.Length-1; x >0; x--)
{
probName = probName + arrRootData[x] + " - ";
}
}
--
Dean Fiala
Very Practical Software, Inc
http://www.vpsw.com
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/