home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / mac / hypercar / 4665 < prev    next >
Encoding:
Internet Message Format  |  1992-12-27  |  1.4 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!malgudi.oar.net!news.ysu.edu!cmuvm.csv.cmich.edu!34a6j53
  2. Organization: Central Michigan University
  3. Date: Saturday, 26 Dec 1992 19:30:15 EST
  4. From: CHUCK WILLIAMS <34A6J53@CMUVM.CSV.CMICH.EDU>
  5. Message-ID: <92361.19301534A6J53@CMUVM.CSV.CMICH.EDU>
  6. Newsgroups: comp.sys.mac.hypercard
  7. Subject: Need equivalents to common data structures
  8. Lines: 21
  9.  
  10. Hello Geniuses,
  11.  
  12. I am having a hard time getting used to hypertalk.  I think it is
  13. very intuitive and easy to use, but I wish it had arrays, records,
  14. you know, good things like that.  What I need is to be able to create
  15. a queue that will hold a list of people who are waiting for a
  16. computer (this is for a computer lab.)  When a current users time
  17. is up, I have a flag that will alert me to that fact.  What I would like
  18. to do is be able to move the first person in the queue to that available
  19. machine. The problem is I don't know how.  Also, one more question.  When
  20. I ask for student ID input (via the ask cmd), does it take the input as a
  21. character string or numeric (the input would be something like 21345679?)
  22. If it does read it as a number, how would I convert it to a character string?
  23.  
  24. Hope these aren't rudimentary questions, I couldn't find the answers in the
  25. scripting guide.  Thanks for any help you can give.
  26.  
  27. Chuck
  28.  
  29. P.S. Can you define arrays in hypercard?  Or are they just fields you
  30. must reference one char at a time.
  31.