Dear Attaullah
Thank you very much for your efforts with asdoc. I have begun to use it but have come across some problems that I can't solve (I expect it is a silly error on my part). Here is the code I am running and a note with the error asdoc reports:
Any help would be appreciated.
Regards
Laurence
Thank you very much for your efforts with asdoc. I have begun to use it but have come across some problems that I can't solve (I expect it is a silly error on my part). Here is the code I am running and a note with the error asdoc reports:
Code:
[** Test #1 sysuse auto, clear asdoc, text(A car is a wheeled motor vehicle used for transportation) replace fs(10) asdoc, text(Most definitions of car say they run primarily on roads, seat one append fs(10) asdoc, text(to eight people, have four tires, and mainly transport people.) append fs(10) asdoc des, position type isnumeric format vallab append ** As expected to here. asdoc tab foreign, append ** Error message after this line: * "tabsumManyVars(): 3200 conformability error * <istmt>: - function returned error * r(3200);" ** Test #2 asdoc, text(A car is a wheeled motor vehicle used for transportation) replace save(C:\temp\Test.doc) ** As expected to here . asdoc, text(Most definitions of car say they run primarily on roads, seat one) append save(C:\temp\Test.doc) ** Error file does not contain appended text asdoc, text(to eight people, have four tires, and mainly transport people.) append save(C:\temp\Test.doc) ** Error file does not contain appended text asdoc des, position type isnumeric format vallab save(C:\CHURP2018\Test.doc) append ** Error message after this line: * "file C:\CHURP2018\Test.doc already exists * r(602);"
Regards
Laurence
Comment