[Mono-bugs] [Bug 49660][Nor] Changed - bad implementation of microsoft.visualbasic.strings.right

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 14 Oct 2003 18:27:16 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by smeegoan@hotmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=49660

--- shadow/49660	2003-10-14 18:13:17.000000000 -0400
+++ shadow/49660.tmp.14593	2003-10-14 18:27:16.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 49660
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: smeegoan@hotmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -78,6 +78,23 @@
 num1 = str.Length;
 if (Length >= num1)
 {
  return str; 
 }
 return str.Substring((num1 - Length), Length);
+
+------- Additional Comments From smeegoan@hotmail.com  2003-10-14 18:27 -------
+after all mbas cant compile the code for some reason :/
+
+C:\Documents and Settings\XML\Os meus documentos\Visual Studio 
+Projects\NET\Cons
+oleApplication1>mbas /r:System.Windows.Forms.dll module1.vb
+module1.vb(8) error BC0103: The name `Right' could not be found in 
+`Module1'
+Compilation failed: 1 Error(s), 0 warnings
+
+C:\Documents and Settings\XML\Os meus documentos\Visual Studio 
+Projects\NET\Cons
+oleApplication1>vbc /r:System.Windows.Forms.dll module1.vb
+Microsoft (R) Visual Basic .NET Compiler version 7.10.3052.4
+for Microsoft (R) .NET Framework version 1.1.4322.573
+Copyright (C) Microsoft Corporation 1987-2002. All rights reserved.