Search results for query: *

  • Users: bpnlsu
  • Content: Threads
  • Order by date
  1. B

    Shadow the constructor method from another class

    i have two classes.. equipment and turbine in the equipment class, i have a constructor method that takes as arguments the date of purchase (date), and equipment OEM number, equipment serial number, and equipment type (all strings) and uses those values to initialize the instance arguments. It...
  2. B

    pick numbers from a string

    Hi Friends, Suppose, if string is Dim str as String = "2 hand 10 fingers 1 head" I would like to print the sentence as "0.0#2 hand 0.01#0 finger 0.0#1 head" ie each number in string should be replaced as 0.0#number Can anybody help me with this... ? Thanks! Basky
Back
Top