Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!rpi!sci.ccny.cuny.edu!phri!cmcl2!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.sys.apple2 Subject: Re: GS/OS Strings in Orca/C? How? Message-ID: <14866@smoke.brl.mil> Date: 15 Jan 91 22:27:58 GMT References: <379@generic.UUCP> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 5 In article <379@generic.UUCP> ericmcg@pnet91.cts.com (Eric Mcgillicuddy) writes: >Use Orca/C's strpos( string, "/0") to return the length ... I don't know about strpos(), but surely that can't be right. In any event, use strlen(string); it's standard and probably more efficient.