3
« on: April 27, 2021, 12:39:27 pm »
Hi,
Can someone help me? I have two questions about QB64:
1) I have selected "Output EXE to Source Folder", but I still can't use RUN/Start (F5) as then my _STARTDIR$ is all wrong. What am I doing wrong? Am I using wrong function to find my other files? Should I be parsing COMMAND$(0) instead or...
2) Is there a build in way to output variable size string to COM-port without sending out the string size? It seems that I can do this ok to file, but on COM-port there are always these two extra size bytes in front... With fixed size strings I don't seem to have this problem.
I am using 64bit version of QB64 1.4 on Windows 10
Thank you.