Redian新闻
>
Re: Please help on replacing character i
avatar
Re: Please help on replacing character i# Database - 数据库
l*u
1
I am using vb6. and i found out that change
Newtxt = Oldtxt.Replace(" ' ", " '' ") into
Newtxt = Replace(txtName.text, " ' ", " '' ")
And it works.
I am not very aware of VB and VB.net. Why if i use vb6, it is wrong?
Thanks

single
still
avatar
aw
2
hehe, u've found it yourself.
in .net, string is a class, which has a method called replace, so you can use
[object].[method], in vb6, replace is only a system function, not belong to
any object, the same as instr(), split(), ....

it
name.

【在 l**u 的大作中提到】
: I am using vb6. and i found out that change
: Newtxt = Oldtxt.Replace(" ' ", " '' ") into
: Newtxt = Replace(txtName.text, " ' ", " '' ")
: And it works.
: I am not very aware of VB and VB.net. Why if i use vb6, it is wrong?
: Thanks
:
: single
: still

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。