You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normal arrays are correctly split in B* normally, but when it's a global variable, it malfunctions and splits on every character, leading to unintended behavior.
In this instance, both arrays are effectively the same, and yet because one set is global, they're split up differently.
If nobody fixes this by the time I get back tomorrow, I will probably try to fix this myself.
The text was updated successfully, but these errors were encountered:
Normal arrays are correctly split in B* normally, but when it's a global variable, it malfunctions and splits on every character, leading to unintended behavior.
In this instance, both arrays are effectively the same, and yet because one set is global, they're split up differently.
If nobody fixes this by the time I get back tomorrow, I will probably try to fix this myself.
The text was updated successfully, but these errors were encountered: