Yoko

All sides of Injection
It is currently 2024-03-28 23:47:40

All times are UTC+02:00




Post new topic  Reply to topic  [ 142 posts ]  Go to page Previous 14 5 6 7 8
Author Message
PostPosted: 2014-12-21 11:08:28 
Offline
User avatar

Joined: 2009-05-28 09:58:28
Posts: 2802
Location: Иваново
Time() процедуру покажи.

_________________
Image
YokoInjection CodeSweeper
Ошибка "Unhandled exception in parser"
Стрелялка для олдов.


Top
   
PostPosted: 2014-12-21 19:51:42 
Offline

Joined: 2010-01-13 15:48:13
Posts: 22
Mirage wrote:
Time() процедуру покажи.

Code:
sub Time()
   var Date,nTime,uTime,i
   uTime=str(uo.Time())
   nTime=''
   for i=0 to Len(uTime)
      nTime=uTime[Len(uTime)-i]+nTime
      if (i==2) or (i==4) then
         nTime=':'+nTime
      end if
   next
   uTime=str(uo.Date())
   Date=''
   for i=0 to Len(uTime)
      Date=uTime[Len(uTime)-i]+Date
      if (i==2) or (i==4) then
         Date='.'+Date
      end if
   next
   uTime=nTime+' @ '+Date
   return uTime
end sub


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 142 posts ]  Go to page Previous 14 5 6 7 8

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 15 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Limited