This is a copy of rust-ansi-term but with Colour change to Color and light foreground colors added (90-97) as well as light background colors added (100-107). This is a library for controlling colors ...
This is a copy of rust-ansi-term but with Colour change to Color and light foreground colors added (90-97) as well as light background colors added (100-107). This is a library for controlling colors ...
文字の ANSI コードまたはシフト JIS コードを取得するには Asc 関数を使う。 Asc(string) string: 文字を指定する。 2文字以上の文字列を指定した場合、先頭の文字が対象になる。 サンプルコード 文字の ANSI コードを取得するサンプルを以下に示す。 WScript.Echo Asc ...
ANSI コードまたはシフト JIS コードに対応する文字を取得するには Chr 関数を使う。 ANSI コードに対応する文字を取得するサンプルを以下に示す。 WScript.Echo Chr(65) ' → "A" WScript.Echo Chr(97) ' → "a" シフト JIS コードに対応する文字を取得するサンプルを以下に示す。