I am trying to write a script with the getopts options. It does everything I want it to except tell me when the specified user has logged off. I am not sure if I set the option wrong or if it is the if untill loop. Here is only part of the script (bash shell).
mailopt=FALSE
interval=60
logoff=FALSE
# process command line options
while getopts mtn: options
do
case "$options"...
User Profile
Collapse
-
Getopts: user has logged off part not working... help needed....
-
New to asking for help but HELP!!!!!
My taxes do not want to calculate. I have tried sub precedures, functions, loops, select cases, and if/else structures. Im out of things to try. HELP....
[CODE=vbnet]Public Class Form1
Sub CalculateNetPay ()
Dim gross As Decimal
Dim fica As Decimal
Dim netpay As Decimal
Dim tax As Decimal
gross = CalcGross(CDec( Me.rateTextBox. Text), CDec(Me.hoursTe xtBox.Text))
grossTextBox.Te xt...
No activity results to display
Show More