Var CustomVariable
StrCpy $CustomVariable "Hello World"
MessageBox MB_OK "$$CustomVariable is: $CustomVariable"

Var Variable.With.Dots
StrCpy $Variable.With.Dots "Hello World"
MessageBox MB_OK "$$Variable.With.Dots is: $Variable.With.Dots"
