I am working on a project that convert mail merge document from wordperfect 6.1 to word 2002. I figured out most of the problems. For some, I could not work it out. Please help me out. Thanks in advance for your great help.
My first problem is: In wordperfect, it uses "Variable" to dynamiclly type in text that you want to replace the Variable. Did anyone know how can I do this in word 2002?
Example in wordperfect:
IF(strlen((VisitationDayDate=0))GETSTRING(VisitationDayDate,Enter the Visitation Day date.;Visitation Day)ENDIF
How can I convert it to word?
Second question is: In wordperfect, example like below:
FORNEXT(i;1;STRLEN(FIELD(INTEREST_CODE));3)SUBSTR(FIELD(INTEREST_CODE);VARIABLE(i);3)ENDFOR
What is the equivalent of SUBSTR() of wordperfect in word 2002?
Thank you very much for your response!
My first problem is: In wordperfect, it uses "Variable" to dynamiclly type in text that you want to replace the Variable. Did anyone know how can I do this in word 2002?
Example in wordperfect:
IF(strlen((VisitationDayDate=0))GETSTRING(VisitationDayDate,Enter the Visitation Day date.;Visitation Day)ENDIF
How can I convert it to word?
Second question is: In wordperfect, example like below:
FORNEXT(i;1;STRLEN(FIELD(INTEREST_CODE));3)SUBSTR(FIELD(INTEREST_CODE);VARIABLE(i);3)ENDFOR
What is the equivalent of SUBSTR() of wordperfect in word 2002?
Thank you very much for your response!