<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p>Hello grads users,</p>
<p><br>
</p>
<p>I am trying to change part of a string to lowercase. Is there was any way to do this in Grads?</p>
<p><br>
</p>
<p>Specifically, I am trying to change the month string from the &quot;q time&quot; command to begin with an uppercase letter only instead of having it all uppercase - ex: I want to change MAR to Mar.</p>
<p><br>
</p>
<p>Here's a sample piece of code... obviously it's missing the conversion to lowercase.<br>
</p>
<p><br>
</p>
<p></p>
<div>'q time'<br>
<br>
inituppermonth=substr(result, 13, 1)<br>
initlowermonth=substr(result, 14, 2)<br>
'define initmonth='%inituppermonth' '%initlowermonth<br>
</div>
<p></p>
<p><br>
</p>
<p>Thank you!</p>
<p><br>
</p>
</div>
</body>
</html>