Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
.ENV GET ENCODINGSThis subroutine populates the --- ENCODINGS memory file with a list of all known encodings. Added in 6.0.Usage:GOSUB --- .ENV GET ENCODINGS * Check for errors IF --- .ENV GET ENCODINGS NE Description:This subroutine populates the --- ENCODINGS memory file with a list of all known encodings. It does not require any parameters. You can then read --- ENCODING by ENCODING NAME to validate an encoding. The --- ENCODING file is MEMORY/DETACHED, so once it has been set it will remain until the next detached invocation.Comments:Read what other users have said about this page or add your own comments.-- JeanNeron - 2017-11-22 |