Re: Property lists

2001-06-03 Thread Mark A. Boyd
At 17:48 6/2/2001, R. Bhakti Klein wrote: >yikes you got all kinds of confusion here, like the difference between >variables and their values, and the difference between properties and globals. Thanks for taking up the slack I left in my reply. Jonathan, I hope I didn't come across as crass, but

Re: Property lists

2001-06-02 Thread R. Bhakti Klein
yikes you got all kinds of confusion here, like the difference between variables and their values, and the difference between properties and globals. there are two main things wrong with the getPropertyDescriptionList method. 1. you're naming the property vMode in the method, but you declare vMod

Re: Property lists

2001-05-31 Thread Mark A. Boyd
At 15:18 5/31/2001, Jonathan Rees wrote: >I am setting up a behavior to set a mode. I need to pass either mode1 >,mode2,mode3,mode4,mode5 to set it but it returns void, I would just like >to know if I have set up the getPropertyDescriptionList correctly.. Sorry, I don't have the time to point

RE: Property lists

2001-05-31 Thread Wizzard
I spotted the mistake -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jonathan Rees Sent: 31 May 2001 15:18 To: [EMAIL PROTECTED] Subject: Property lists I am setting up a behavior to set a mode. I need to pass either mode1 ,mode2,mode3,mode4,mode5 to

Property lists

2001-05-31 Thread Jonathan Rees
I am setting up a behavior to set a mode. I need to pass either mode1 ,mode2,mode3,mode4,mode5 to set it but it returns void, I would just like to know if I have set up the getPropertyDescriptionList correctly.. global gMode,mode1,mode2,mode3,mode4,mode5 property vModeList on getPropertyDesc

property lists

2001-05-08 Thread Alan Robinson
Hi all SORRY IF ANYONE HAS ALREADY ANSWERED THIS...PLEASE ANSWER AGAIN AS I ACCIDENTALY LOST THE LAST 2 DAYS MAIL. I am trying to create a data structure from a data entry screen by setting the property as a symbol and the value based on the names entered in a field using this code: mainlist.sub

Re: property lists

2001-05-07 Thread Tab Julius
Well, you could first pre-process the string and strip out any spaces, as in: on compress stringData newString ="" strLen =length(stringData) repeat with x=1 to strLen thisChar =char x of stringData if (thisChar <> " ") then newString =newString & thisChar end if

property lists

2001-05-07 Thread Alan Robinson
Hi all I am trying to create a data structure from a data entry screen by setting the property as a symbol and the value based on the names entered in a field using this code: mainlist.sub1.teams.setaprop(symbol(member("teamname").text),[#name:member(" teamname").text,#group:member("teamgroup").te

property lists

2000-12-04 Thread Steve Bolton
Hi - I'm trying to make a simple dictionary (Balinese - English!). I've been trying to get user input - word and definition - from my input interface into a list. Can anybody tell me what kind of list should I use and how I can get the input from an input field into a list and then into a file whi

RE: Difference between Linear & Property Lists

2000-12-01 Thread Karina Steffens
> Dear Karina! > > Thank you very much. > > Mahmood. You're very welcome :) Karina [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]) Ling

Re: Difference between Linear & Property Lists

2000-12-01 Thread Mahmood Akhtar
Dear Karina! Thank you very much. Mahmood. Karina Steffens wrote: > Hi Mahmood, > > > What is the actual difference between Property Lists and Linear Lists. > > A linear list stores a bunch of "things", such as integers, strings, > symbols, other lists - wh

RE: Difference between Linear & Property Lists

2000-12-01 Thread Karina Steffens
Hi Mahmood, > What is the actual difference between Property Lists and Linear Lists. A linear list stores a bunch of "things", such as integers, strings, symbols, other lists - whatever you want really. For example: myList = ["Picard", 50, ["Kirk", "Sp

Difference between Linear & Property Lists

2000-11-30 Thread Mahmood Akhtar
Hi Lingo Gurus! What is the actual difference between Property Lists and Linear Lists. What is the real defination of the Property List and Linear List. Thanx in advance! Mahmood. [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi

Re: more property lists

2000-09-13 Thread Mark A. Boyd
At 05:24 AM 9/13/00, Oliver wrote: > >One rule of thumb to keep in mind regarding syntax. Don't mix dot syntax > >with the older syntax on the same line > >Would the followong be considered as a mixed dot sintax: > .. >if NOT voidP(getAProp(gTrackingSystem, #userData)) then > if NOT void

Re: more property lists

2000-09-13 Thread Oliver
>One rule of thumb to keep in mind regarding syntax. Don't mix dot syntax >with the older syntax on the same line Would the followong be considered as a mixed dot sintax: .. if NOT voidP(getAProp(gTrackingSystem, #userData)) then if NOT voidP(getAProp(gTrackingSystem.userData, #logInNa

Re: more property lists

2000-09-12 Thread Mark A. Boyd
At 04:53 PM 9/12/00, Paul Schulman wrote: >Mark Boyd corrected some errors in my code (thanks, Mark) and I've fixed >them but I still have problems. I am intending to fill out one list with >the randomized properties of another list. I want to use an index value to >get at the properties and val

more property lists

2000-09-12 Thread Paul Schulman
Mark Boyd corrected some errors in my code (thanks, Mark) and I've fixed them but I still have problems. I am intending to fill out one list with the randomized properties of another list. I want to use an index value to get at the properties and values of the old list and place them in the new

Re: property lists

2000-09-11 Thread Mark A. Boyd
At 07:34 PM 9/11/00, Paul Schulman wrote: >Hi. I have an application in which I am trying to >randomize tthe location (as one of 5) of the >presentation of a spot. I havecreated a property >list, then, using the count command, I have randomly >selected a position from the list. I plan to use t

property lists

2000-09-11 Thread Paul Schulman
Hi. I have an application in which I am trying to randomize tthe location (as one of 5) of the presentation of a spot. I havecreated a property list, then, using the count command, I have randomly selected a position from the list. I plan to use that to fill out a null list ( newDistanceList [: