Skip to content

Print # on Windows creates file with only Unix LF #100

@barryple

Description

@barryple

Using Windows 10 and SmallBasic 0.12.18

open "junk.txt" for output as #1
print #1, "test"
close #1

creates txt file that when opened with Notepad++ shows file as Unix (LF) instead of Windows (CR/LF) and doesn't open with other legacy basics. Tested sbasic.exe, sbasicg.exe, and sbasicg64.exe

thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions