Search Result

Collapse
3 results in 0.0025 seconds.
Keywords
Members
Tags
converting
  •  

  • jesper3
    started a topic Converting from HP Basic 5.0 into C++
    in C

    Converting from HP Basic 5.0 into C++

    I'm writing code for GUI to control an Agilent analyzer. Now this analyzer is quite old so all of the code examples in the programming manual are all in HP Basic 5.0. I'm fairly new to C++ and am still trying to get my head around it all.
    Below is the code I'm trying to decipher. I have a fairly good idea of whats going on I'm just not sure how it would translate in C++. The program is dumping an active trace in ASCII then loading that trace....
    See more | Go to post

  • Tyler Wiebe
    started a topic Integer to Word

    Integer to Word

    This is just something I created since I couldn't find anything to do it.

    It converts an integer (Example: 1495954485) to the word representation of that number (Example: one billion four hundred ninety five million nine hundred fifty four thousand four hundred eighty five).

    Code:
        public class Integer
        {
            #region Functions
    
            /// <summary>
            /// Returns
    ...
    See more | Go to post

  • Behnaz HM
    started a topic Converting VBA to VB.net

    Converting VBA to VB.net

    Hi there
    I am trying to convert my vba code into vb.net language and I am very new to this field. Could anyone help me with the modifications?
    Thanks in advance
    Behnaz

    This is my vba code:
    Public Sub Calc()

    Dim InputRange As Range
    Dim DateRange As Range

    Dim ResultArray As Variant
    Dim Ndx As Long
    Dim i, j As Integer
    Dim...
    See more | Go to post
Working...