<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <font face="monospace">Richard,<br>
      <br>
      Before you blame the long variable name, I suggest <br>
      <br>
      msgbox getenv("UserName")<br>
      <br>
      To make sure UserName has a value in the environment and the value
      you expect.<br>
      <br>
      Next try a different long variable word.  Sometimes that makes a
      difference and you have maybe some kind of conflict with that long
      variable word.<br>
      <br>
      I have done this many times and it always works for me.<br>
      <br>
      Nancy<br>
      <br>
      <br>
    </font><br>
    <div class="moz-cite-prefix">On 1/29/2021 1:59 PM, Richard Kreiss
      via Filepro-list wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:MN2PR04MB6767CDA976815F56DE43CA83B7B99@MN2PR04MB6767.namprd04.prod.outlook.com">
      <pre class="moz-quote-pre" wrap="">I declared a long variable in a called processing table.

Declare runname

In the called processing table I have:

If:
Then: runname=getenv("username")
If: getenv("username")="rkreiss"
Then: debug on   (the debugger is activated)

When I evaluate runname is appears as empty ||

When I change the declare to Runname(32*) and check the value of runname again, it the field is emp[ty but the |                                    | lines are 32 characters apart.

Does any one have any ideas as to why runname is not being filled with "rkreiss".

I have asked this question of FP Tech support and so far have not received an answer to this problem.  They have asked for other information and for mew to clarify what I wrote even though I gave them the processing used and the issue I weas having.

I seem to recall that there is a limit as to the number of variables one can have but it is not documented.  Could I be passing this limit as there are a lot of declared values in the original processing table as well as the called table.  The called table is in a different folder(directory) then the original processing. Is the total of the variable a combination of both tables?

I may be able to eliminate some of the declared variables in the called table as this is a copy of one that is for a different purpose and I did not remove all of the declared values used in the other program.

Any assistance with this issue will be greatly appreciated.


Richard Kreiss
GCC Consulting






-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 15524 bytes
Desc: not available
URL: <a class="moz-txt-link-rfc2396E" href="http://mailman.celestial.com/pipermail/filepro-list/attachments/20210129/1638b6ac/attachment.bin"><http://mailman.celestial.com/pipermail/filepro-list/attachments/20210129/1638b6ac/attachment.bin></a>
_______________________________________________
Filepro-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Filepro-list@lists.celestial.com">Filepro-list@lists.celestial.com</a>
Subscribe/Unsubscribe/Subscription Changes
<a class="moz-txt-link-freetext" href="http://mailman.celestial.com/mailman/listinfo/filepro-list">http://mailman.celestial.com/mailman/listinfo/filepro-list</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Nancy Palmquist         MOS & filePro Training Available
Virtual Software Systems    Web Based Training and Consulting   
PHONE: (412) 835-9417           Web site:  <a class="moz-txt-link-freetext" href="http://www.vss3.com">http://www.vss3.com</a> 
</pre>
  </body>
</html>