| |

VerySource

 Forgot password?
 Register
Search
View: 748|Reply: 2

Help call the content in the VB text box

[Copy link]

1

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-3-6 18:30:01
| Show all posts |Read mode
Enter three numbers in the text box at random N times, separated by ",", that is, these three numbers are three variables
These three numbers will be used in the calculation of the program code.
How should it be represented
Reply

Use magic Report

0

Threads

10

Posts

6.00

Credits

Newbie

Rank: 1

Credits
6.00

 China

Post time: 2020-7-2 09:00:02
| Show all posts
Represents a control array, and code uses structure data.
Reply

Use magic Report

0

Threads

34

Posts

17.00

Credits

Newbie

Rank: 1

Credits
17.00

 China

Post time: 2020-7-14 12:45:01
| Show all posts
Split with split as
Private Sub Command1_Click()
Dim A, i
A = Split(Text1, ",")
For i = 0 To UBound(A)
    Print A(i)
Next
End Sub
Reply

Use magic Report

You have to log in before you can reply Login | Register

Points Rules

Contact us|Archive|Mobile|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

Quick Reply To Top Return to the list