Meta Project

The Unofficial Meta Documentation

SELECT

Summary

SELECT Gathers information from environment variables

Category

Categoryname

Usage

SELECT value1 value2

Arguments

value1 - Environment variable

value2 - STRING! type to look for.

Refinements

/CASE - Case sensitive select

Description

SELECT Gathers information from environment variables

Example Code

Example from a CGI script

text: select/case system/environment "DOCUMENT_ROOT"

Related

SYSTEM  

Back to the Meta Methods Reference index