VB °æ (¾«»ªÇø)
·¢ÐÅÈË: bloom (©À©Á©Â©Ã©Ä©Æ©Ç¨), ÐÅÇø: VB
±ê Ìâ: APIº¯ÊýʹÓÃÊÖ²áÖ® CharLower(×ªÔØ)
·¢ÐÅÕ¾: ¹þ¹¤´ó×϶¡Ïã (2000Äê09ÔÂ07ÈÕ18:35:14 ÐÇÆÚËÄ), תÐÅ
¡¾ ÒÔÏÂÎÄ×Ö×ªÔØ×Ô cnTemp ÌÖÂÛÇø ¡¿
¡¾ ÔÎÄÓÉ catchy Ëù·¢±í ¡¿
·¢ÐÅÈË: espn (С¥һҹÌý´ºÓê), ÐÅÇø: VisualBasic
·¢ÐÅÕ¾: BBS ˮľÇ廪վ (Wed Mar 29 20:38:03 2000)
Declare Function CharLower Lib "user32.dll" Alias "CharLowerA" (ByVal
lpsz As String) As String
Platforms: Win32s, Win 95/98, Win NT
CharLower converts all of the upper-case letters in a string into
lower-case. The modified string is returned by the function.
lpsz
The string to convert to lower-case.
Example:
' Convert the string "Hello, World!" into lower-case.
Dim target As String ' target string
target = CharLower("Hello, World!") ' Convert to lower-case
Debug.Print target ' Output should be "hello, world!"
--
Standing on the bridge that crosses
The river that goes out to the sea,
The wind is full of a thousand voices
They pass by the bridge and me...
--
¡î À´Ô´:£®¹þ¹¤´ó×϶¡Ïã bbs.hit.edu.cn£®[FROM: casi.bbs@smth.org]
--
¡ù ×ªÔØ:£®¹þ¹¤´ó×϶¡Ïã bbs.hit.edu.cn£®[FROM: 202.118.247.254]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
Ò³ÃæÖ´ÐÐʱ¼ä£º1.880ºÁÃë