HOME
PERL
LABVIEW
VLSI
Embedded
MATERIALS
JOBS
Site Map
Saturday, 29 August 2015
APPLICATION WAIT TIMER USING VBSCRIPT
By
Unknown
at Saturday, August 29, 2015
APPLICATION WAIT TIMER USING VBSCRIPT
,
VBSCRIPT
No comments
tim = InputBox("Please enter wait time [min:sec]")
a=Split(tim,":")
sec=a(1)*1000
min=a(0)*60*1000
Wscript.sleep (min + sec)
msgbox "Hey! " & a(0) & " min " & a(1) & " secs elapsed!!!"
If you enjoyed this post plz let us know your views via comments.
This helps us to do much more better.
Thankyou.
join us
http://www.elecdude.com/p/ele.html
Email This
BlogThis!
Share to X
Share to Facebook
← Newer Post
Older Post →
Home
0 comments:
Post a Comment
Search Here...
Subscription
Enter your email address:
Delivered by
FeedBurner
Stay tuned to new posts...
Recent Posts
Loading...
Blog Archive
►
2017
(3)
►
November
(1)
►
October
(2)
►
2016
(5)
►
June
(1)
►
April
(1)
►
March
(3)
▼
2015
(15)
►
December
(1)
►
November
(1)
►
October
(1)
▼
August
(1)
APPLICATION WAIT TIMER USING VBSCRIPT
►
March
(2)
►
February
(4)
►
January
(5)
►
2014
(35)
►
December
(4)
►
November
(1)
►
August
(3)
►
July
(3)
►
May
(1)
►
April
(6)
►
March
(7)
►
February
(7)
►
January
(3)
►
2013
(50)
►
December
(4)
►
November
(1)
►
October
(7)
►
September
(6)
►
August
(8)
►
July
(3)
►
June
(6)
►
May
(3)
►
April
(1)
►
February
(4)
►
January
(7)
►
2012
(70)
►
December
(4)
►
October
(2)
►
August
(5)
►
July
(12)
►
June
(18)
►
May
(5)
►
April
(7)
►
March
(4)
►
February
(9)
►
January
(4)
►
2011
(27)
►
December
(7)
►
November
(19)
►
October
(1)
Source Code & Discussion Forum
Popular Posts
SPI Master Slave Verilog code with testbench
SPI means Serial Peripheral Interface. The Serial Peripheral Interface Bus or SPI bus is a synchronous seri...
PTM SPICE MODELS DOWNLOADS - Sub micron nm CMOS Models
Typical SPICE model files for each future generation are available in ptm.asu.edu/latest.html We are providing link...
Standard Resistor & Capacitor values - Table
The following are the Standard Resistor & Capacitor values. NOTE: Use this as references for design calculations. Real time ap...
conditional operator (?:) vs IF statement
Here is the simple code for comparing conditional operator and if statement. Code: module testing; reg foo; wire [3:0] ...
SPI MASTER SLAVE Verilog Code - SPI Working Modes of Operation - Applications - Advantages Disadvantages
SPI means Serial Pheripheral Interface. The Serial Peripheral Interface Bus or SPI bus is a synchronous serial data link de facto...
ED on Mobile!!!
0 comments:
Post a Comment