Stack size limit for If/Then statements? - Printable Version +- QB64 Phoenix Edition (https://qb64phoenix.com/forum) +-- Forum: Chatting and Socializing (https://qb64phoenix.com/forum/forumdisplay.php?fid=11) +--- Forum: General Discussion (https://qb64phoenix.com/forum/forumdisplay.php?fid=2) +--- Thread: Stack size limit for If/Then statements? (/showthread.php?tid=2413) |
RE: Stack size limit for If/Then statements? - Kernelpanic - 01-31-2024 Yes, looks like reading a file 1 sequentially and copying the contents into a file 2. But you need a loop to read it out. Now one just have to separate the individual lines. zeilenPuffer - line buffer dateiLesen - name of the file to be copied inDateiSchreiben - name of the new file Code: (Select All)
|