- Programing . Common
- 2011/01/12 05:31
chk = Boolean(Str:String);위와 같이 String을 Boolean으로 캐스팅하면 "" 이거나, null 값인 경우 false가 할당되고, 이외의 경우에는 true가 할당된다.http://flexdocs.kr/docs/flex2/docs/00001827.html#265302
1
최근 덧글