Recent content by Rahul

  1. R

    Programming in VB: Linear Optimization with Multiple Variables?

    hey ....Admin My Reply to this thread is MISSING ... |:(
  2. R

    Visual Basic Help: Formatting Text File

    Ok use the Space (20 ) or ' The Tab function can be used with the Print # statement. Open "TESTFILE" For Output As #1 ' Open file for output. ' The second word prints at column 20. Print #1, "Hello"; Tab(20); "World." ' If the argument is omitted, cursor is moved to the next print...
  3. R

    What Could Be the Next Evolution in Programming After OOP?

    AI fi you can make it ..... Good luck
  4. R

    C/C++ Learn C++ & Visual Basic: Software Needed

    alanveron , Ok... this is very basic question when person going to start his profession , Ok I made a mistake to going for vb ( now no one is using it ) , so go for the basic technologies Like c , C++ on unix platform , Trust me you will find yourself most happy person even after 10 years...
  5. R

    Can VB be used to efficiently find determinants of 4 x 4 matrices?

    shahil, take upper bound of first part of arry and put second under that , this is nice example of nested "For Loop" Rahul
  6. R

    Change Password After 34 Years and a Season?!

    Monique, hi there , could you explain your question again , what os , what technology etc so we can help you in better way Rahul
  7. R

    What is the difference between assignment and comparison in VBScript?

    Fida In VBScript, x = y can be interpreted two ways. The first is as an assignment statement, where the value of y is assigned to x. The second interpretation is as an expression that tests if x and y have the same value. If they do, result is True; if they are not, result is False. The Eval...
  8. R

    What is the difference between assignment and comparison in VBScript?

    Hi This is very tedious job to solve the equation in the generic programming language So please use the vb script embedded in the visual basic program to solve the equation Systax : [result = ]Eval(expression) Arguments result Optional. Variable to which return value assignment is...