Search results for query: *

  1. peterthottam

    Question How to use IndexOf & Substring to separate and sum string of comma separate numbers?

    How to use IndexOf & Substring to separate and sum string of comma separate numbers? I've been trying to get this to work but am having problems with the loops and counters. Basically -- NOT using arrays or split functions -- I need to write a function that takes one string made of numbers...
  2. peterthottam

    Question MessageBox / InputBox question involving Do While Loops

    Question: How to code using MesssageBox and w/ do-while loops? I want o be able to obtain (via InputBox function) from the user and print a pyramid of numbers where 1 is at the top and each row then builds successively by adding one to the previous one, i.e. so row 2 would have 12, and row three...
Back
Top