Dynadot

For now

Spaceship Spaceship
Watch

Brandon carrington

New Member
Impact
2
s just
FWIW I have settled (for now) on the following for creating scriptblock
from C#:

static class Extensions
{
public static ScriptBlock Clone(this ScriptBlock scriptBlock)
{
return ((ScriptBlockAst)scriptBlock.Ast).GetScriptBlock();
}
}
 
2
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
10 Print "Goodbye"
20 Goto 10
 
2
•••
1
•••
Hello @Brandon carrington . and welcome to NamePros!

Just a friendly reminder that most of us only speak English here. Maybe try Google Translate to get a good Bot to English translation!

If you are an anti-spam script then I wish you the best of luck going forward!
 
0
•••
1
•••
0
•••
0
•••
lol what a thread. Is he human?
 
1
•••
0
•••
0
•••
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back