|
'MS-SQL' 카테고리의 다른 글
MS-SQL 인덱스 조각모음 (0) | 2013.01.03 |
---|---|
MS-SQL 전체 테이블 크기 조회 (용량순, 테이블이름순) (0) | 2012.08.16 |
declare cursor (0) | 2012.06.12 |
Join절 Update (0) | 2011.11.03 |
join, update (0) | 2010.11.22 |
|
MS-SQL 인덱스 조각모음 (0) | 2013.01.03 |
---|---|
MS-SQL 전체 테이블 크기 조회 (용량순, 테이블이름순) (0) | 2012.08.16 |
declare cursor (0) | 2012.06.12 |
Join절 Update (0) | 2011.11.03 |
join, update (0) | 2010.11.22 |
for j=1 to len(str)
charat=mid(str, j, 1)
if asc(charat)>0 And asc(charat)<255 Then
If asc(charat) = 1 Then
wLen=wLen+2
Else
wLen=wLen+1
End If
Else
wLen=wLen+2
end If
returnStr = returnStr & charat
If wLen >strlen Then
cutchk = 1
Exit for
End if
Next
If cutchk = 1 then
chrbyte = returnStr & ".."
Else
chrbyte = returnStr
End if
end Function
ASP 파라메터 컨트롤 함수 (0) | 2012.01.09 |
---|---|
jquery 파일 업로드 (0) | 2010.12.10 |
구글맵 (0) | 2010.12.09 |
구글맵 API Key 생성 URL (0) | 2010.12.01 |
ASP 배열을 자바스크립트 배열로 변경 (0) | 2010.12.01 |
jQuery.ajax()를 이용한 페이지 실행 (0) | 2010.12.21 |
---|---|
JQuery select box (0) | 2010.12.20 |
jquery 오류 (0) | 2010.12.09 |
jquery : 셀렉터 (0) | 2010.12.06 |
jquery : 속도, 페이드인, 애니메이션 (0) | 2010.12.06 |