Quote Originally Posted by WILL View Post
Code:
var
  dslash : String = DirectorySeparator;
I'm sure you can't assign values from variables inside a const statement.
You cannot, but this works as DirectorySeparator is an untyped constant. dsslash should also be kept an untyped constant, as it never changes throughout the program.