You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
create this code in a sub (win32 standard exe project):
Dim arraysplit() As String, strtemp As String
arraysplit = Split("str1str2", " ")
strtemp = arraysplit(0)
overing with mouse on arraysplit(0) will stop debugging!
Expected behavior
visualize the value of arraysplit(0)
Desktop (please complete the following information):