02-13-2006, 04:39 PM
Is there a way to get the text from a cell in a spreadsheet and insert it into a string then replace that string with text from another cell later? Such as
str s1 = (A3 in spreadsheet)
(run a function)
then str s1 = (A4 in spreadsheet)
thanks in advance for any information.
str s1 = (A3 in spreadsheet)
(run a function)
then str s1 = (A4 in spreadsheet)
thanks in advance for any information.