Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with rget and ini file (see attached ini)
#2
I checked the file and noticed it was encoded with UTF-8-BOM when i changed it utf-8 it worked. Looks like it was the byte order mark causing the issue

also there is a mistake in your code on the last rget statement

change

Code:
Copy      Help
rget ini_icn_newicon_folder_path "ini_icn_newicon_folder_path" "settings" ini_pth

to

Code:
Copy      Help
rget ini_icn_newicon_folder_path "ini_icn_newicon_path" "settings" ini_pth


Messages In This Thread
RE: Problem with rget and ini file (see attached ini) - by Kevin - 09-11-2018, 10:06 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)