Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maximum string length issue #99

Open
Garrettlynch opened this issue Jul 1, 2024 · 0 comments
Open

Maximum string length issue #99

Garrettlynch opened this issue Jul 1, 2024 · 0 comments

Comments

@Garrettlynch
Copy link

I'm having issues with string variables set as anything longer than 998 characters. Not sure if this is a limit of the variable in ofelia/lua or an issue with displaying this is the PD window. Code below, can anyone shed any light on this?

ofelia f $0-test;
local mystring = "The many spectacular colors of the Rho Ophiuchi (oh-fee-yu-kee) clouds highlight the many processes that occur there. The blue regions shine primarily by reflected light. Blue light from the star Rho Ophiuchi and nearby stars reflects more efficiently off this portion of the nebula than red light. The Earths daytime sky appears blue for the same reason. The red and yellow regions shine primarily because of emission from the nebulas atomic and molecular gas. Light from nearby blue stars more energetic than the bright star Antares - knocks electrons away from the gas, which then shines when the electrons recombine with the gas. The dark brown regions are caused by dust grains born in young stellar atmospheres which effectively block light emitted behind them. The Rho Ophiuchi star clouds, well in front of the globular cluster M4 visible above on lower left are even more colorful than humans can see the clouds emits light in every wavelength band from the radio to the gammaray. Budget Universe Free APOD 2014 Calendar in PDF format";
print(mystring);
return(anything);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant