Why when I read a path file from a .txt file does read in string appear
‘correctly’ in the debug/output screen as:
C:/pathname
However, when I check what the string ‘actually’ is in debug mode it is
Actually:
Field String:Readinpath$ = “~qC:/pathname~q”
There seems to be a problem opening the path with the ‘~qC’ pre-cursing and ending the pathname. I know I could read the string into an array and strip
Off the leading and trailing 3 chars – but I’d like to know where the ‘~q’ is coming from. Is ~q related to CHR$ for speech marks ?
Cheers…
‘correctly’ in the debug/output screen as:
C:/pathname
However, when I check what the string ‘actually’ is in debug mode it is
Actually:
Field String:Readinpath$ = “~qC:/pathname~q”
There seems to be a problem opening the path with the ‘~qC’ pre-cursing and ending the pathname. I know I could read the string into an array and strip
Off the leading and trailing 3 chars – but I’d like to know where the ‘~q’ is coming from. Is ~q related to CHR$ for speech marks ?
Cheers…