On September 20, 2005 05:15 pm, Andy Ross wrote:
> Ampere: there is one incompatible change here.  The strc() function
> has been removed in favor of the "array syntax" for addressing bytes
> out of a string.  The A380 scripts are the only code that uses it, so
> I didn't bother including a compatibility version.  Basically, where
> you used to write "strc(s, 10)", you can just do "s[10]" now.  If you
> need something to limp along until you can update the code, we can use
> something like this in globals.nas:
>
>     strc = func(s, n) { s[n] }
>
> Andy

I am not too excited about going through 3000 lines of code to replace the 
strc() function at the moment, although I will look into it.

Thanks for the head's up.

Ampere

_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to