John Pearson wrote: > Why can't I replace the text in this command with a string? > > [insert("FileName", "RowNum","ColNum", "Number")] > > I want to do this: > > char string[] = "123"; > [insert("FileName", "RowNum","ColNum", string)] > > It won't work. Why? It would help a lot if you explained a bit what "insert" you are talking about. It also doesn't look like C(++), with those brackets and without a semicolon at the end... What is this? Gerhard -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist