Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Panavia
  • Content: Threads
  • Order by date
  1. Panavia

    Perl code using CUrl

    Hi, I have a peace of perl code which is using curl to download GRIB files. Coming from a Visual Basic and Java backgoud I have just limited knowledge about what exactly is going on in the code below. Especially the curl usage is very cryptographic for me... I would highly apprechiate if...
  2. Panavia

    Matrix Looping

    Hi, I'm trying to convert some Fortran Code into Java. Unfortunately the following Loop kind of blows my mind. Could someone please explain in simple terms what is going on in this code? DO 110 I=1,IWINDO DO 111 J=1,IWINDO A(J)=H(I0+I,J0+J) 111 CONTINUE CALL...
  3. Panavia

    Input Limitation of Textbox

    Hi, I'm trying to get two textboxes to behave in a certain way to minimize user input errors. Unfortunately I'm stuck with a problem I dont't get resolved... I have two textboxes in which the user may enter geographic coordinates. As an example here the format of the latitude coordinate: Textbox...
  4. Panavia

    LOGICAL Expression

    Hi, I'm still working on the translation of some Fortran code peaces into Visual Basic 2010 and tripped over an expression which doesn't make sense to me: PARAMETER(IWINDO=4) LOGICAL LODD LODD=(IWINDO/2)*2.NE.IWINDO If(LODD) THEN ... ENDIF For my understaning "LODD" is a boolean which will...
  5. Panavia

    Logic of a Function

    Hi, I have a small problem understanding the following peace of code. It should be very simple but for me, coming from a visual basic background, it doesn't make sense. FUNCTION IFRAC(R) IMPLICIT REAL*8(A-H, O-Z) IFRAC=R IF (R.GE.0) RETURN IF (R.EQ.IFRAC) RETURN IFRAC =...
  6. Panavia

    Unknown Variables

    Hi guys, I'm usually writing small programms in VB 2008/2010. There is a EGM96 World Geomagnetic Reference Model which has been provided by the Office of GEOINT Sciences GEOINT. Unfortunately this Model is written in Fortran and I'm now trying to translate it into Visual Basic. I'm doing fine...

Part and Inventory Search

Back
Top