Function xsString
Returns a String slot given a string.
					
			xs .bindings .xsSlotRecord xsString
			(
			
			  scope xs .bindings .xsMachineRecord* the,
			
			  string value
			
			);
					
				
			Returns a String slot given a string.
					
			xs .bindings .xsSlotRecord xsString
			(
			
			  scope xs .bindings .xsMachineRecord* the,
			
			  string value
			
			);