 Ralph@NES
		
			Ralph@NES
		
		
		
		
		
		
		
		
	
			09-11-2007 07:48 AM
 F._Schubert
		
			F._Schubert
		
		
		
		
		
		
		
		
	
			12-19-2007 11:43 AM
 Ben
		
			Ben
		
		
		 
		
		
		
		
		
	
			12-20-2007 06:59 AM
Felix!
That idea is border-line cruel!

Ben

 SCR-Dev
		
			SCR-Dev
		
		
		
		
		
		
		
		
	
			09-21-2008 04:44 AM
 
					
				
		
 tst
		
			tst
		
		
		 
		
		
		
		
		
	
			09-21-2008 05:28 AM
The key is in understanding how the type cast works and how LabVIEW represents a boolean.
You can see this if you look at the actual bits:
 Ben
		
			Ben
		
		
		 
		
		
		
		
		
	
			05-12-2009 08:48 AM
LAVA has a thread on Obfuse code that can be found here.
Ben
 Cory_K
		
			Cory_K
		
		
		
		
		
		
		
		
	
			05-22-2009 06:01 PM
What confuses me about JP's code is this:
If you look at the constant, they're all 'T'.
When you press run, it says Hello World.
If you change 1 of the booleans to F, then back to T,
it no longer says Hello World.
Why is this?
05-22-2009 09:53 PM - edited 05-22-2009 09:57 PM
Did you read tst's explanation above?
Basically, the boolean array was generated by typecasting the desired string to a boolean array. Once you toggle a boolean, the value will get "normalized" and thus the extra information is lost.
 SteveChandler
		
			SteveChandler
		
		
		
		
		
		
		
		
	
			06-27-2012 09:48 AM
Ok I am really REALLY late to this thread.
06-27-2012 11:18 AM
@Steve Chandler wrote:
Ok I am really REALLY late to this thread.
Running it locked up my computer completely. 😞