Question: Use dot . in variable name

How do you create a variable name with a dot?  ie/ ini.param

I don't think it's possible without using single quotes ie `ini.param`.  The single quotes will always need to be used.

Please Wait...