|
get a loan fast This section is dedicated to "quirks" in Director. These are not necessarily things that would be considered bugs. See also, the bugs list, for more serious faults.
Rather, these are things that maybe aren't documented as well as they could be. In particular, anything that operates inconsistently across different platforms without one or the other being obviously wrong is a quirk.
numToChar inconsistency
This one could catch you out if you pass the results of an integer calculation to charToNum. On some platforms it does not always assume a char is a single byte, if the charNum is not in the 0 to 255 range.
numToChar Quirk >
|