1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231
|
<!doctype html public "-//W30//DTD W3 HTML 2.0//EN">
<HTML>
<!-- This file was generated using SDF 2.001 by
Ian Clatworthy (ianc@mincom.com). SDF is freely
available from http://www.mincom.com/mtr/sdf. -->
<HEAD>
<TITLE>SDF 2.001: SDF Reference: Miscellaneous Variables</TITLE>
</HEAD>
<BODY BGCOLOR="ffffff">
<DIV CLASS="header">
<P><IMG SRC="../sdflogo.gif" ALIGN="Right"></P>
<DIV CLASS="navigate">
<P ALIGN="Center"><A HREF="re_sdf.html">Contents</A> | <A HREF="in_var.html">Parent Topic</A> | <A HREF="var_file.html">Previous Topic</A> | <A HREF="in_claif.html">Next Topic</A> <BR><A HREF="../index.html">Home</A> | <A HREF="../catalog.html">Catalog</A></P>
</DIV>
<BR CLEAR="Right">
</DIV>
<DIV CLASS="main">
<H1>13.5. Miscellaneous Variables</H1>
<HR>
<H2><A NAME="Purpose">Purpose</A></H2>
<P>These variables are generally useful.</P>
<HR>
<H2><A NAME="Interface">Interface</A></H2>
<TABLE CLASS="columns" BORDER>
<TR CLASS="heading">
<TD>
<STRONG>Name</STRONG>
</TD>
<TD>
<STRONG>Type</STRONG>
</TD>
<TD>
<STRONG>Purpose</STRONG>
</TD>
</TR>
<TR CLASS="group">
<TD>
<STRONG>Characters:</STRONG>
</TD>
<TD>
<STRONG> </STRONG>
</TD>
<TD>
<STRONG> </STRONG>
</TD>
</TR>
<TR>
<TD>
c
</TD>
<TD>
string
</TD>
<TD>
copyright character
</TD>
</TR>
<TR>
<TD>
tm
</TD>
<TD>
string
</TD>
<TD>
trademark character
</TD>
</TR>
<TR>
<TD>
rtm
</TD>
<TD>
string
</TD>
<TD>
registered trademark character
</TD>
</TR>
<TR>
<TD>
nbsp
</TD>
<TD>
string
</TD>
<TD>
non-breaking space
</TD>
</TR>
<TR CLASS="group">
<TD>
<STRONG>Environment:</STRONG>
</TD>
<TD>
<STRONG> </STRONG>
</TD>
<TD>
<STRONG> </STRONG>
</TD>
</TR>
<TR>
<TD>
SDF_VERSION
</TD>
<TD>
string
</TD>
<TD>
product version string (e.g. 2.000 beta1)
</TD>
</TR>
<TR>
<TD>
SDF_HOME
</TD>
<TD>
string
</TD>
<TD>
library/configuration directory
</TD>
</TR>
<TR CLASS="group">
<TD>
<STRONG>Expression formats:</STRONG>
</TD>
<TD>
<STRONG> </STRONG>
</TD>
<TD>
<STRONG> </STRONG>
</TD>
</TR>
<TR>
<TD>
FORMAT_UPPER
</TD>
<TD>
string
</TD>
<TD>
convert a string to uppercase
</TD>
</TR>
<TR>
<TD>
FORMAT_LOWER
</TD>
<TD>
string
</TD>
<TD>
convert a string to lowercase
</TD>
</TR>
<TR>
<TD>
FORMAT_FULL
</TD>
<TD>
string
</TD>
<TD>
format to a complete date-time format
</TD>
</TR>
<TR>
<TD>
FORMAT_TIME
</TD>
<TD>
string
</TD>
<TD>
format to a time only
</TD>
</TR>
<TR>
<TD>
FORMAT_DATE
</TD>
<TD>
string
</TD>
<TD>
format to a date only
</TD>
</TR>
<TR>
<TD>
FORMAT_CONCISE
</TD>
<TD>
string
</TD>
<TD>
format to a concise date only
</TD>
</TR>
<TR>
<TD>
FORMAT_YEAR
</TD>
<TD>
string
</TD>
<TD>
format to a 4-digit year
</TD>
</TR>
</TABLE>
<HR>
<H2><A NAME="Description">Description</A></H2>
<P>The <EM>character</EM> variables are the preferred way of including the respective symbols. A format-specific configuration file can override the default definitions of these symbols.</P>
<P>The <EM>environment</EM> variables can be used to find out which version of SDF is executing and where it is installed.</P>
<P>The <EM>expression format</EM> variables define bits of Perl code to format variables or expressions. They can be defined in a configuration file - your system adminstrator may wish to configure date formatting to suit local conventions.</P>
</DIV>
<DIV CLASS="footer">
<DIV CLASS="navigate">
<P ALIGN="Center"><A HREF="re_sdf.html">Contents</A> | <A HREF="in_var.html">Parent Topic</A> | <A HREF="var_file.html">Previous Topic</A> | <A HREF="in_claif.html">Next Topic</A> <BR><A HREF="../index.html">Home</A> | <A HREF="../catalog.html">Catalog</A></P>
</DIV>
</DIV>
</BODY>
</HTML>
|