GUItexture at runtime

Hey there,
Does anyone know if i can attach a GUItexture at runtime?
( unity for iphone )
thanks,
CP

Sure. Just use the gameObject.AddComponent() function.

gameObject.AddComponent (GUITexture);