Advertisement
3_2004-2005 Internet/ HTML #142203

Simple FTP Client

I have never been able to find a good and simple FTP client on this site, so I decided to make one...

AI

AI சுருக்கம்: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

மூலக் குறியீடு
original-source
Upload
<%
Function Capit(MyWord)

Capit = Ucase(left(MyWord,1)) & Right(MyWord,Cint(Len(MyWord)) - 1)

End Function

Response.Write(CapIt("jason")) 'Capitalize our word
%>
அசல் கருத்துகள் (3)
வேபேக் மெஷினிலிருந்து (Wayback Machine) மீட்டெடுக்கப்பட்டது