Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stuck Procedure...
Message
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01135713
Message ID:
01135732
Views:
11
>You're incrementing wrong variable
>			WHILE @intCounter <= LEN(@strMenu)
>				BEGIN
>					IF SUBSTRING(@strMenu, @intCounter, 1) = CHAR(240)
>						SET @intTotalItems = @intTotalItems + 1
>				END
>
OMG, I can't believe I missed that! Thank you so much.
________________________
Ben Santiago, MCP & A+
Programmer Analyst (SQL, FoxPro, VB, VB.Net, Java, HTML, ASP, JSP, VBS)
Eastern Suffolk BOCES - Student Data Services


Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
-Rich Cook
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform