I am writing multiple drivers and I need to update help text that are associated with each function when I press F1 key. I would like to update these help text programmatically or any other way except using Help Editor. I have many functions and it takes a lot of time to go through each element in the function tree. I have seen where users were able to update help text using a link to an old style help (.hlp) document. With CVI9 I am unable to generate the help file (.hlp). The only thing I can generate is the (.HTML) help document. I have seen some links where a Functional Panel (.FP) is generated programmatically, but I am unable to reproduce my instrument driver function tree due to some limitations for calling external variable. Basically, I like to generate function panel help using a simple text base document.