<div dir="ltr"><div class="gmail_default" style="font-size:small">If you know that the date strings will always start and end in the exact same columns, then you can use str_get_cols. As an example:</div><div class="gmail_default" style="font-size:small"><br></div><font face="monospace, monospace"> filenames = (/"th1001_2015_05_07_18.l100", \<br>               "th1001_2015_05_08_00.l100", \<br>               "th1001_2015_05_08_06.l100", \<br>               "th1001_2015_05_08_12.l100" /)<br><br> <div class="gmail_default" style="font-size:small;display:inline">​date_list</div> = str_get_cols(filenames,7,19)<br> print("dates = '" + dates + "'")</font><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The error message you're getting is because "date_list" is not a defined variable. I assume that date_list was supposed to be the date extractions, so that error should go away once you set this.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">--Mary</div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 26, 2018 at 7:42 PM, Ying Song <span dir="ltr"><<a href="mailto:ying.song@sjsu.edu" target="_blank">ying.song@sjsu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi, NCL helper,<div><br></div><div>I have a questions self defined labelbar want extract date info from a list of ascii files. The filenames  are following these pattern: (th1001_<b>2015_05_07</b>_18.l100)</div><div><br></div><div>I created a new list(date_list) and use it to label my plot. I tried:</div><div>   res@tmXBLabels      = date_list</div><div><br></div><div> </div><div>Received the err: </div><div><div>warning:attsetvalues: the value associated with (lbLabelStrings) does not have</div><div>warning:The value associated with (lbLabelStrings) does not have an HLU representation. </div></div><div><br></div><div>Any thoughts or suggestions about this error? Thank you very much!</div><div><br></div><div>Jiashu</div></div>
<br>______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>