vas3k
blog
More comments from this IP
miro-jk
⸬ 20 January 2019, 01:35
⸬ Prague, CZ
⸬ Apple
#
Daniel:
If you want shorter value (22ºC instead of 22,71ºC), I do this:
set temp to ((temp of main of weather) div 1) as string
instead of (original line):
set temp to temp as string
me@vas3k.ru
::
twitter
::
instagram
::
facebook
::
github
If you want shorter value (22ºC instead of 22,71ºC), I do this:
set temp to ((temp of main of weather) div 1) as string
instead of (original line):
set temp to temp as string