Search found 2 matches
- Tue Aug 09, 2011 9:17 am
- Forum: General category
- Topic: command SWAP bug
- Replies: 2
- Views: 5093
command SWAP bug
thanks````if U know , please tell me. :`(
- Tue Aug 09, 2011 9:16 am
- Forum: General category
- Topic: command SWAP bug
- Replies: 2
- Views: 5093
command SWAP bug
I think so, there is a bug with SWAP. Look at:[code]`swap_test by PaPidim word1 as string,word2 as stringdim i1 as integer,i2 as integerword1="first"word2="second"i1=1i2=2showmessage word1+chr$(9)+word2+chr$(9)+str$(i1)+chr$(9)+str$(i2)swap word1 word2swap i1 i2showmessage word1+...