Frictional Games Forum (read-only)

Full Version: Visual basics?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I guess this is the most unasked question on this forum but.

Anyone who knows how to program in Visual basics:

When you write something in a textbox and then press a button the thing you wrote in the textbox appears in another codebox and/or textbox?

AND!.

Code:
stuffboxfunction.Text = "ScriptScript
Somemore scripts under the scriptscript snizz
Blablablabla
lol hehe"
"

; And I get a syntax error. I want to do like this:

ScriptScript
Somemore scripts under the scriptscript snizz
Blablablabla
lol hehe

Text under eachother like I showed in the CODE tab.
Try "\n" for linebreaks.

For the first problem, I'm pretty sure you can just do name.text = result of popup.
okay thanks m8 Tongue