General Discussion Off-Topic Discussion and Enlightenment

programming

Thread Tools
 
Search this Thread
 
Old 05-20-2005, 07:39 AM
  #1  
0.0 BAR
Thread Starter
 
Dell's Avatar
 
Join Date: Feb 2005
Posts: 4
Default programming

how do write a visual basic program that has the similar function as a PMT function in microsoft excel, as9ahm
Dell is offline  
Old 05-20-2005, 07:52 AM
  #2  
0.0 BAR
 
jinxy's Avatar
 
Join Date: Feb 2005
Posts: 0
Default Re: programming

whats that function do in excel and i might be able to tell you
jinxy is offline  
Old 05-20-2005, 08:00 AM
  #3  
0.0 BAR
Thread Starter
 
Dell's Avatar
 
Join Date: Feb 2005
Posts: 4
Default Re: programming

Its the PMT function the one that finds you the amount of loan payments you have to pay monthly by giving the interest, principle , rate, as9ahm
Dell is offline  
Old 05-20-2005, 08:16 AM
  #4  
3.0 BAR
 
88crxSi's Avatar
 
Join Date: Feb 2003
Posts: 9,089
Default Re: programming

do a google search for it.. lots of online calculators.
88crxSi is offline  
Old 05-20-2005, 09:48 AM
  #5  
1.0 BAR
 
n2o_2k's Avatar
 
Join Date: Feb 2004
Posts: 577
Default Re: programming

It shouldn't be hard to implement as long as you got the formulas (you can post it here and we can go from there)
n2o_2k is offline  
Old 05-20-2005, 11:15 AM
  #6  
3.0 BAR
 
88crxSi's Avatar
 
Join Date: Feb 2003
Posts: 9,089
Default Re: programming

just create a form w/ text boxes then just have a button that does all the calcs.

search google for formulas.
88crxSi is offline  
Old 05-20-2005, 06:02 PM
  #7  
3.0 BAR
 
fork's Avatar
 
Join Date: Apr 2003
Posts: 2,579
Default Re: programming

what I would do is type in the address of a computer bullshit forum and ASK THERE or somewhere you have more than 4 posts
fork is offline  
Old 05-20-2005, 06:06 PM
  #8  
3.0 BAR
 
Dr.Boost's Avatar
 
Join Date: Mar 2003
Posts: 21,479
Default Re: programming

What in the ---- is going on around here? I think we need some **** posted or something.
__________________
Best Car Insurance | Auto Protection Today | FREE Trade-In Quote
Dr.Boost is offline  
Old 05-20-2005, 06:06 PM
  #9  
3.0 BAR
 
Honda16hb's Avatar
 
Join Date: Jan 2003
Posts: 7,082
Default Re: programming

#include <stdio.h>
int main(void)
{
char s[40];
printf("all your base are belong to us\n")
printf("Input what to take off all of: ");
scanf("%s",s);
if (strcmp(s,"zig")==0)
printf("correct\n");
else
printf("you suck\n");
return(0);
}
Honda16hb is offline  
Old 05-20-2005, 06:14 PM
  #10  
0.0 BAR
 
J-SMITH69's Avatar
 
Join Date: Dec 2002
Posts: 0
Default Re: programming

infinite loops

while (dellsQuestion == "stupid"){
System.out.println("FIND A PROGRAMMING WEBSITE");
}
J-SMITH69 is offline  


Quick Reply: programming



All times are GMT -5. The time now is 08:06 AM.