“anel Get the Windows New Line String” Respostas de código

anel Get the Windows New Line String

cStr = read("input.txt")

if iswindows()
        cStr = substr(cStr,windowsnl(),nl)
ok

aList = str2list(cStr)
# to do - list items processing using "for in"
cStr = list2str(aList)

if iswindows()
        cStr = substr(cStr,nl,windowsnl())
ok

write("output.txt",cStr)
Joker

anel Get the Windows New Line String

WindowsNL() ---> Returns a string contains CR+LF = CHAR(13) + CHAR(10)
Joker

Respostas semelhantes a “anel Get the Windows New Line String”

Perguntas semelhantes a “anel Get the Windows New Line String”

Mais respostas relacionadas para “anel Get the Windows New Line String” em Python

Procure respostas de código populares por idioma

Procurar outros idiomas de código