blob: 593bde2b786f9ef7507ad52089f14c2b3a4ffcbf (
plain) (
blame)
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<META name="GENERATOR" content="IBM Software Development Platform">
<link rel="STYLESHEET" href="../../../book.css" charset="ISO-8859-1" type="text/css"/>
<TITLE><f:uc> - Standard JET2 Format Tags</TITLE>
</HEAD>
<BODY>
<TABLE border="0" cellpadding="0" cellspacing="1" width="100%">
<TBODY>
<TR>
<TH align="left">
<P><f:uc></P></TH>
<TH align="right"><A href="overview.html">Standard JET2 Format Tags</A></TH>
</TR>
</TBODY>
</TABLE>
<HR>
<P><B>uc</B></P>
<P><P> Convert the tag contents to upper case.<P><P>If 'offset' is specified, start conversion from the specified character, otherwise, start conversion from the first character.<P><P>if 'length' is specified, convert only the specified number of characters, otherwise, convert all characters from the start character on.<P> </P>
<HR>
<TABLE border="1" width="100%">
<TBODY>
<TR>
<TH colspan="2" align="left">Tag Summary</TH></TR>
<TR>
<TD width="10%">required</TD>
<TD><SPAN style="font-family: monospace">
<f:uc><br>
<I>content consumed by tag evaluation</I><BR>
</f:uc>
</SPAN></TD>
</TR>
<TR>
<TD width="10%">full tag</TD>
<TD><SPAN style="font-family: monospace">
<f:uc offset="<I>value</I>" length="<I>value</I>"><br>
<I>content consumed by tag evaluation</I><BR>
</f:uc>
</SPAN></TD>
</TR>
</TBODY>
</TABLE>
<exists node="tag/attribute use='required'">
<HR>
<TABLE border="1" width="100%">
<TBODY>
<TR>
<TH colspan="2" align="left">Required Attributes</TH></TR>
</TBODY>
</TABLE>
</exists>
<HR>
<TABLE border="1" width="100%">
<TBODY>
<TR>
<TH colspan="2" align="left">Optional Attributes</TH></TR>
<TR>
<TR>
<TD width="10%">offset</TD>
<TD><BR> The starting offset (0-based) of the conversion. When omitted, 0 (the start of the content to be converted) is assumed.<BR> </TD>
</TR>
<TR>
<TD width="10%">length</TD>
<TD><BR> The number of characters to convert. When omitted, it is assumed that all characters after (and including) the starting character will be converted.<BR> </TD>
</TR>
</TBODY>
</TABLE>
<HR>
<TABLE border="1" width="100%">
<TBODY>
<TR>
<TH colspan="2" align="left">Example</TH></TR>
<TR>
<TD width="10%"></TD>
<TD><SPAN style="font-family: monospace">
<!-- Begin uc example -->
<f:uc><br>
<I>content consumed by tag evaluation</I><BR>
</f:uc>
<!-- End uc example -->
</SPAN></TD>
</TR>
</TBODY>
</TABLE>
<P></P></BODY>
</HTML>
|