retiretopok
Programmer
Simulating many, many blackjack hands. Want to find out statistically what works and what doesn't.
Attempting to display results in multiline textbox. Is inside a while/wend loop
How I want it to work and look:
Hand number: ###,###
Plus/minus deck count: ##
Bet: #,###
Players Hand: 19
Cards:
10
4
5
Dealers Hand: 17
9
8
Current Bank: ###,###
Set Multiline = true
now loop through next hand played
With frmBJ
.Text = vbCrLf & "Whatever " & str(an integer) & vbCrLf
.Text same
.Text etc.
end with
Textbox is blank, so I step through code with F8.
Each line displays on row 1, overwriting prior line.
Don't know what else to try to get textbox to display more than a single line.
Crazy making! Any help would be greatly appreciated.
Attempting to display results in multiline textbox. Is inside a while/wend loop
How I want it to work and look:
Hand number: ###,###
Plus/minus deck count: ##
Bet: #,###
Players Hand: 19
Cards:
10
4
5
Dealers Hand: 17
9
8
Current Bank: ###,###
Set Multiline = true
now loop through next hand played
With frmBJ
.Text = vbCrLf & "Whatever " & str(an integer) & vbCrLf
.Text same
.Text etc.
end with
Textbox is blank, so I step through code with F8.
Each line displays on row 1, overwriting prior line.
Don't know what else to try to get textbox to display more than a single line.
Crazy making! Any help would be greatly appreciated.