stanmurphy
Technical User
- Oct 14, 2000
- 89
Hello all,
Is it possible to substitute multiple variables into a statement such as:
thisform.text1.value = m.columnX_rowY
where X and Y are the variables?
I have tried something like:
thisform.text1.value = m.column&X.._row&Y..
but it doesn't work.
Can anyone help, please.
Thank you.
Stan
Is it possible to substitute multiple variables into a statement such as:
thisform.text1.value = m.columnX_rowY
where X and Y are the variables?
I have tried something like:
thisform.text1.value = m.column&X.._row&Y..
but it doesn't work.
Can anyone help, please.
Thank you.
Stan