AGS tidbits & snippets: Difference between revisions

m
(Removed external links section, put link to original on top)
Line 168: Line 168:
([http://www.bigbluecup.com/yabb/index.php?topic=12418.msg147974#msg147974 Thread])
([http://www.bigbluecup.com/yabb/index.php?topic=12418.msg147974#msg147974 Thread])
:''I think it's 200, the AGS maximum string length:''
:''I think it's 200, the AGS maximum string length:''
:<pre>
<pre>
struct myStruct {
struct myStruct {
   char mystring [200];
   char mystring [200];