× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



FYI, I looked at your reply (quoted below) in 3 different e-mail clients,
all of which are HTML capable, but all of them display lots of HTML
codes which make the message hard to read.  Something is up, either with
your client or the list.

But, since your message is short, I'll decode the HTML manually... so
here's my reply...

> D p_pdfloc  s      *
> D testpath  s     52A
> D x            s     10I 0
>
> Just to make sure I understand these are all just standalone fields
> right?

Yes, the "S" in column 24 tells you that they're "standalone".

> x is the counter
> is there a reason testpath is 52 and not 100?

The DSPLY op-code is limited to 52 characters.  So, I made testpath 52
so that I could use it with DSPLY.  If I were using it for some other
purpose, I would've made it longer -- but this was just a demonstration.

Actually, I usually use at least 256 for pathnames!


> also, on p_pdfloc the * is a pointer type? I have never used the *....

Correct.  That's what makes pdfloc overlay ds1.   Notice the line that
says p_pdfloc = %addr(ds1)?  The idea is you get the "address" (i.e.
location in RAM) where ds1 is stored, and you make pdfloc use that same
space in RAM.   That way, populating one automatically populates the
other.

Here's the way your message looked in my 3 different mail clients:


On Fri, 1 Aug 2003 SCarter@xxxxxxxxxxx wrote:

> <FONT face="Default Sans Serif, Verdana, Arial, Helvetica, sans-serif"
> size=2><DIV>D p_pdfloc&nbsp; s&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> *</DIV><DIV>D testpath&nbsp; s&nbsp;&nbsp;&nbsp;&nbsp; 52A<BR>D
> x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> s&nbsp;&nbsp;&nbsp;&nbsp; 10I 0</DIV><DIV>&nbsp;</DIV><DIV>Just to make
> sure I understand these are all just standalone fields
> right?</DIV><DIV>x is the counter </DIV><DIV>is there a reason testpath
> is 52 and not 100? </DIV><DIV>also, on p_pdfloc the * is a pointer type?
> I have never used the
> *....<BR></DIV><DIV><BR><BR><BR><BR>J.&nbsp;Scott&nbsp;Carter<BR>Programmer/Analyst<BR>e-mail:&nbsp;Mailto:scarter@xxxxxxxxxxx<BR>Phone:&nbsp;214.583.0348<BR><BR>It's&nbsp;not&nbsp;the&nbsp;destination&nbsp;that&nbsp;counts&nbsp;in&nbsp;life&nbsp;it's&nbs
> p;the&nbsp;journey.&nbsp;The&nbsp;journey&nbsp;with&nbsp;the&nbsp;people&nbsp;we&nbsp;love&nbsp;is&nbsp;all&nbsp;that&nbsp;really&nbsp;matters.&nbsp;Such&nbsp;a&nbsp;simple&nbsp;truth&nbsp;so&nbsp;easily&nbsp;forgotten.<BR></DIV></FONT>

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.