cnewtonne Posted December 14, 2007 Report Share Posted December 14, 2007 Hi gurus ... can someone bless me with their knowledge ... - I have trial version of these functions. I still testing them out before I purchase. - I installed PGM macro into my existing ME file. - I wrote this test macro using the above function (see attached image). - when I ran it for the first time, I got this box about installing variables. It iterated through and finished successfully. - the 'read registry string saves to T2. When I execute the macro in notepad, I do not get T2 with the proper casing. Actually, I get nothing ... t1--> my name is ali t2--> what am i missing? Quote Link to comment Share on other sites More sharing options...
cnewtonne Posted December 14, 2007 Author Report Share Posted December 14, 2007 anybody home? Quote Link to comment Share on other sites More sharing options...
paul Posted December 15, 2007 Report Share Posted December 15, 2007 When I execute the macro in notepad, I do not get T2 with the proper casing. Actually, I get nothing ...t1--> my name is ali t2--> what am i missing? Here is my version of your macro, which worked perfectly - its display showed: Old string is my name is aliNew string is My Name Is Ali <TVAR2:01:01:my name is ali><REGWSTR:1:HKEY_CURRENT_USER\Software\Professional Grade Macros\Parameters\ParameterString1><MACRUN2:{ String - Proper }><REGRSTR:2:HKEY_CURRENT_USER\Software\Professional Grade Macros\Parameters\ReturnString1><TBOX4:T:1:CenterCenter000278000200:000:Old string is %T1% New string is %T2%> Quote Link to comment Share on other sites More sharing options...
cnewtonne Posted December 15, 2007 Author Report Share Posted December 15, 2007 Paul, Thank you. This works splendidly. I did not populate the registry calls with the path in my code. In this example, how do you know where to save and read the values from the registry. Quote Link to comment Share on other sites More sharing options...
paul Posted December 15, 2007 Report Share Posted December 15, 2007 Take a look at the { String Example - Proper } macro and read the Help file (PGM Functions Library.pdf)! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.