in v5.10 it will work correctly
Search found 4 matches
- 08 May 2009 13:56
- Forum: Syntax files
- Topic: Create Foldblock for T-SQL
- Replies: 6
- Views: 21183
- 04 May 2009 12:03
- Forum: Syntax files
- Topic: Create Foldblock for T-SQL
- Replies: 6
- Views: 21183
- 22 Apr 2009 12:32
- Forum: Syntax files
- Topic: Create Foldblock for T-SQL
- Replies: 6
- Views: 21183
- 21 Apr 2009 11:03
- Forum: Syntax files
- Topic: Create Foldblock for T-SQL
- Replies: 6
- Views: 21183
Create Foldblock for T-SQL
Hi all,
how can I create a Fold for T-SQL Script like this:
if @i != 0
begin
set @state = 'ALBERTA'
Set @new_state = case @state
when 'ALBERTA' then 'AB'
else 'n/a'
end -- case
set @country ='CANADA'
end -- if
I've following Folding ID's
FoldID if
FOLD_BEGIN begin
FOLD_END end ...
how can I create a Fold for T-SQL Script like this:
if @i != 0
begin
set @state = 'ALBERTA'
Set @new_state = case @state
when 'ALBERTA' then 'AB'
else 'n/a'
end -- case
set @country ='CANADA'
end -- if
I've following Folding ID's
FoldID if
FOLD_BEGIN begin
FOLD_END end ...
