Arama sonuçlarınız

  1. W

    ASP Kelimelerin Baş Harflerini Büyütmek

    Kelimelerin baş harflerini büyütmek için aşağıdaki hazır kodu kullanabilirsiniz: <% Function Proper(X) 'Return a String With the first letter of the word capitalised If IsNull(X) Then Exit Function Else lowercaseSTR = CStr(LCase(X)) OldC = " " MyArray = Split(lowercaseSTR," ") For IntI =...
Üst