Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!think.com!spool.mu.edu!cs.umn.edu!ub.d.umn.edu!jgreene From: jgreene@ub.d.umn.edu (john greene) Newsgroups: comp.sys.mac.programmer Subject: creating resources Message-ID: <1065@ub.d.umn.edu> Date: 21 Mar 91 22:22:10 GMT Article-I.D.: ub.1065 Organization: University of Minnesota, Duluth. Information Services. Lines: 10 I am an experienced pascal programmer but a novice Mac programmer. I want to create a resource that contains several thousand integers. It is easy to create a resource that contains strings and then convert the strings to integers but this was too slow. Could some kind soul tell me how to create a resource that contains a list of integers? Preferably, I would like a program to create the resource file and fill it with the integers rather than typing the thousands of integers in by hand. Thanks for any help. John Greene jgreene@ub.d.umn.edu