Nest

Type your comment> @TheBigfoot said:

Hi all, can someone DM with some advice please? i’ve got things from a project and used them to make something in VB, I’ve tried to add an output but it runs and displays nothing.
I’ve not used VB before so struggling to understand how to get it to write out properly. Thanks in advance :slight_smile:

EDIT I think i’ve got a password… P*******S is this right or am i way off?

to display something:

console.Writeln(yourvariablehere)

However, if you run VisualStudio, you’d better use debugger at check the local variables window to check values.

I guess is what you are actually asking, isn’t it?