LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (May 2000, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 5 May 2000 08:47:49 GMT
Reply-To:     pete2108@MY-DEJA.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         pete2108@MY-DEJA.COM
Organization: Deja.com - Before you buy.
Subject:      Re: AF organizational chart, _GET_CURRENT_ method

OK, rephrasing:

Using the _GET_CURRENT_'-method with the 'ALL'-attribute, Did anyone out there ever manage to insert a numeric10.+ into an SCL-list, using a dataset mapping-list in an organizational chart object?

Mine don't work !

thanks,

In article <8ers4c$psi$1@nntp9.atl.mindspring.net>, "Richard DeVenezia" <radevenz@ix.netcom.com> wrote: > Pete: > > Try this little piece of SCL > > init: > > list = makelist (); > > rc = insertn (list, 123456789012345); > v = getitemn (list, 1); > put v=; > > list = dellist(list); > > return; > Compile and testaf > do you see > V=123456789012345 > in the log or message window ? > I do, if you do also, > my guess that host platform rounding within the SCL list routines is not the > problem, but perhaps some internal aspect (e.g. a value being stored in an > int instead of a longint or a double or an overflowed type conversion) of > the org chart class. > > Some more detail on how the value gets into the node could help track down a > fix. > > Rich > > <pete2108@my-deja.com> wrote in message news:8ep7bp$qtr$1@nnrp1.deja.com... > > Hi group, > > > > Using the AF organizational chart, I'm trying to fetch the variable > > value of the currently selected node. > > > > I'm using the _GET_CURRENT_-method, which returns a number of attributes > > into a SCL-list. > > > > The node-value I'm trying to fetch is 15. in length. I only manage to > > fetch values that are 10. or smaller. Values larger than 10. turn into > > pretty weird negative numbers. > > > > BUT, > > SCL-list items can hold as much as 255. > > > > Any reason why I can't fetch all of the 15.-value ? > > > > thanks. > > > > > > Sent via Deja.com http://www.deja.com/ > > Before you buy. > >

Sent via Deja.com http://www.deja.com/ Before you buy.


Back to: Top of message | Previous page | Main SAS-L page