You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to py...@googlegroups.com
Hi, I did update the template for 1hours.....all looks nice but I see for the IN-Temp strange ascii signs instead of the real " ° ".... Any idea what I did wrong, simply copied the temp_out line so I have a high chance that it looks fine...but didn't....hm....
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to py...@googlegroups.com
Jim, thanks works great....i did copy via nano...but ° anyhow looks more save to not run into such troubles....
Not sure if you are also the "man" for asking one detail about 1hours template....I increased easily the list by changing loop from 12 to e.g. 36....of course its not an hour anymore...but is there a simple way to also extend the interval so that the list still has 36 lines but the waiting time is e.g. not 5mins but 15mins...so 3 times longer.
Thanks, Norbert
Jim Easterbrook
unread,
Jul 3, 2014, 3:09:14 AM7/3/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to py...@googlegroups.com
Put a #jump 2# in to skip two records. (Or #jump -2# if you are going
backwards.) Or change the #jump 1# at the end of the loop to #jump 3#.