User Profile

Collapse

Profile Sidebar

Collapse
Lacreme
Lacreme
Last Activity: Dec 8 '07, 06:19 PM
Joined: Aug 4 '07
Location: Michigan
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Getopts: user has logged off part not working... help needed....

    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"...
    See more | Go to post

  • Lacreme
    started a topic New to asking for help but HELP!!!!!

    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...
    See more | Go to post
No activity results to display
Show More
Working...