Ignore:
Timestamp:
Sep 26, 2008, 8:47:44 PM (16 years ago)
Author:
イグトランス (egtra)
Message:

#202 Compare/CompareOrdinal完了

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/ablib/src/basic/function.sbp

    r628 r634  
    323323Function Right$(s As String, length As Long) As String
    324324    If Not ActiveBasic.IsNothing(s) Then
    325         Right$ = s.Substring(System.Math.Max(0, s.Length - length), s.Length)
     325        Right$ = s.Substring(System.Math.Max(0, s.Length - length))
    326326    Else
    327327        Right$ = ""
Note: See TracChangeset for help on using the changeset viewer.