本文介绍了在VB6中的2个文本框之间使用If语句的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
请有人告诉我这段代码有什么问题。
我是否需要除此之外的任何其他工作,或者我的代码缺少进一步的信息要求。目前没有结果Ret1.text5
如果Ret1.text4 = 100则Ret1.Text5 =错误
谢谢
Werner
Please could anyone tell me what is wrong with this code.
Do I need anything else other than this for it to work, or is my code missing further info requirements. Presently getting no result in Ret1.text5
If Ret1.text4 = 100 Then Ret1.Text5 = Wrong
Thank you
Werner
推荐答案
您从未提及,您的前端是什么以及它对Ret1意味着什么?
You never mentioned, what is your front-end and what it means for Ret1?
展开 | 选择 | Wrap | 行号
展开 | 选择 | Wrap | 行号
这篇关于在VB6中的2个文本框之间使用If语句的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!