LVCoder wrote:With "x64" I meant LV x64. It executes instantly on LV x86 running on Win 64 bit but on LV x64 it takes like eternity.
I know it cannot unflatten it and I want it to return an error. My actual code can receive a flattened or NOT flattened string and I have a case structure which handles different strings differently.
makes some sense a 32 bit applcation cann't have a string longer than the memory it can address but in a 64 bit app you can have strings as long as hell. it takes longer to unflatten a string that is as long as hell but a 32 bit app would be damned if it will even try to make sence of the string and throws an error right away.