第1个回答 2009-03-08
private sub command1_click
text1.txet = text2.txet
text1.text = "abcdefg"
print strreverse("abcdefg")
end sub
第2个回答 推荐于2016-08-18
print strreverse("abcdefg")
返回 "gfedcba"本回答被提问者采纳
第3个回答 2019-05-02
1、
KeyAscii
=
13
2、
n
=
Len(x)
3、
y
=
y
&
Mid(x,
i,
1)
4、
Text2.Text
=
y