Quote from
ecotip on January 23, 2025, 6:33 pm
I notice something strange and want to ask you if it is normal.
when I make a query and load data to a neotable object all data can be used,for example I take a date value and can make anything with it
but when I make a query to take the some data directly from database this variable can be shown on as text but you can do nothing else with it like it is empty ot null
for exampleI have a [mystring] with value "test' when comes from neotable is usable I user srtlen to take len or make conditional logic like if [mystring] == 'test" and others
but when the same string comes directly from a mysql query I can use it as text on objects but can do nothing else if you try to make logical or take strlen is not working like the variable is null or no type
Do you notice something similar or maybe I do something wrong?
I notice something strange and want to ask you if it is normal.
when I make a query and load data to a neotable object all data can be used,for example I take a date value and can make anything with it
but when I make a query to take the some data directly from database this variable can be shown on as text but you can do nothing else with it like it is empty ot null
for exampleI have a [mystring] with value "test' when comes from neotable is usable I user srtlen to take len or make conditional logic like if [mystring] == 'test" and others
but when the same string comes directly from a mysql query I can use it as text on objects but can do nothing else if you try to make logical or take strlen is not working like the variable is null or no type
Do you notice something similar or maybe I do something wrong?