New topic: Help with converting from C or C++
<http://forums.realsoftware.com/viewtopic.php?t=30612> Page 1 of 1 [ 1 post ] Previous topic | Next topic Author Message dudleyH Post subject: Help with converting from C or C++Posted: Thu Oct 22, 2009 7:31 pm Joined: Wed Oct 14, 2009 7:41 pm Posts: 4 In C I would write something like this while filtering characters in a text block. *in_ptr++ = *out_ptr++; or *out_ptr++ = chr; in_ptr and out_ptr are pointers and chr is a character. what syntax would be best to do the same in RealBasic? Top Display posts from previous: All posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost timeSubject AscendingDescending Page 1 of 1 [ 1 post ] -- Over 1500 classes with 29000 functions in one REALbasic plug-in collection. The Monkeybread Software Realbasic Plugin v9.3. http://www.monkeybreadsoftware.de/realbasic/plugins.shtml [email protected]
