• thanks, this explains everything...:-)

    DECLARE @Testvar VARCHAR;

    SET @Testvar = 'Red';

    print @Testvar;