Name : Jd Relabel Parameter: Device und Name Funktion : Benennt eine Diskette um Ergebnis : 0=ok / 1=Fehler Syntax : F=Jd Relabel(D$,N$) Beispiel : siehe : Name : Jd Compare Parameter: Pattern und String ? Matches a single character. # Matches the following expression 0 or more times. (ab|cd) Matches any one of the items seperated by '|'. ~ Negates the following expression. It matches all strings that do not match the expression (aka ~(foo) matches all strings that are not exactly "foo"). [abc] Character class: matches any of the characters in the class. [~bc] Character class: matches any of the characters not in the class. a-z Character range (only within character classes). % Matches 0 characters always (useful in "(foo|bar|%)"). * Synonym for "#?", not available by default in 2.0. Available as an option that can be turned on. Funktion : Vergleich, ob Pattern auf den String passt Ergebnis : 0=nein / 1=ja Syntax : X=Jd Match(A$,B$) Beispiel : X=Jd Match("*t-S*,"Test-String") -> X=1 siehe : Name : Jd Compare Nocase Parameter: Pattern und String Funktion : wie Jd Compare ohne Beruecksichtigung von Gross-/Kleinschreibung Ergebnis : 0=nein / 1=ja Syntax : X=Jd Match Nocase(A$,B$) Beispiel : X=Jd Match Nocase("*t-S*,"Test-String") -> X=1 siehe : Name : Jd Star Joker On Parameter: Funktion : oeffnet >*< als DOS-Wildcard Ergebnis : Syntax : Jd Star Joker On Beispiel : siehe : Name : Jd Star Joker Off Parameter: Funktion : entfernt >*< als DOS-Wildcard Ergebnis : Syntax : Jd Star Joker Off Beispiel : siehe : Name : Jd Toggle Click Parameter: Funktion : wechselt Status des Laufwerk-Klickens Ergebnis : Syntax : Jd Toggle Click Beispiel : siehe :