Ok in J++ how do i write to a file?
Just normal string or binary.
and how do i call an Exit Sub or Exit Void
?

cause i have a switch that becomes false when u click it, and becomes true if u click it again

so i have
if 1 = 1 then 1 = 2
if 1 = 2 then 1 = 1

so when the first one executes, the second one executes right after it so it dosent do anything, help!