From: Nils van den Heuvel Newsgroups: comp.os.msdos.djgpp Subject: Some qusestions Date: Wed, 14 Jan 1998 16:34:59 +0100 Organization: World Access Lines: 22 Message-Id: <34BCDB23.6A22@wxs.nl> Reply-To: niheuvel AT wxs DOT nl Nntp-Posting-Host: sdt0005.wxs.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com Dj-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Precedence: bulk Hi, Can i put a .jpg file in an allegro datafile and load it with load_jpeg()???? (I've got a library that works with allegro that does this)... Because when i did this it couldn't load the .jpg file... And how do cut this string into little pieces: set ultrasnd=220,1,1,11,5 (it's an environment variable) i want to get these pieces: 220 1 1 11 5 in a variable of their own.... Can someone help me with this? Nils