| |
|
|
CB | Hello again,
have yet something for general public: circa through
SHELL Variable$
one Program started to, had to I The Backslashes inside the Variable double. moreover have I this Progrämmchen develops. this is probably one Musterbeispiel for, how something on itself Simple possible umständlich solve can, but Hauptsache, it functions what about me have it with eigenem Bordwerkzeug self gebastelt...
Sincerely, Christian |
|
|
| |
|
|
|
Frank Abbing | Hi,
~!~ using in Filenames simply always the / as Separator instead of the . functions just as well and and one needed no umständlichen Doppelzeichen. human! |
|
|
| |
|
|
|
CB | Hello Frank,
thanks for good hint, mere if you zB after a Registry-request a way zurückgeliefert get, has the nunmal only Backslashes. with my Progrämmchen could one with a morsel of Tuning but too in / Change or whatever...
Sincerely, Christian |
|
|
| |
|
|
|
Frank Abbing | Hi,
No! If you a String a API or anything else back erhälst, must You no double Backslash insert. only, if You directly in your Sourcecode Text using, circa so a String To describe, is the necessary! Nimm simply always /, then fits the already! |
|
|
| |
|
|
|
| its so the only the Compiler undertow. Escapesequenzen umwandelt. These procedure use myself circa these To Remove - for because drop that I on a Own File-procedure one Filename commit: CompileMarkSeparation
proc ?_name.unescape
parameters s$
casenot (right$(s$,1) == "") : s$:=s$+""
s$:=translate$(s$,"z","\z")
s$:=translate$(s$,"","\b")
s$:=translate$(s$,"a","\a")
s$:=translate$(s$," ","\t")
s$:=translate$(s$,"
","\n")
s$:=translate$(s$,"q","\q")
s$:=translate$(s$,chr$(92)+chr$(92),chr$(92))
s$:=del$(s$,len(s$)-1,2)
return s$
| 12/19/04 ▲ | |
|
|
|