I copied part of a working program into another program and having problems with it.
I have been using a format of Filepath = “C:/Program Files/Amibroker/etc” - with a single slash and seemingly it works
I looked in the help files and most referenced programs used formats where Filepath = “C:\Program Files\Amibroker\etc” - with double backslash
and some had format of Filepath = “C://Program Files//Amibroker/etc” - with forward backslash
so I am not sure what the correct format is - or my problem is, but the correct format is a good starting point
Ara