C language and Xbase

Xbase++ 2.0 Build 554 or later
Message
Author
skiman
Posts: 1185
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

Re: C language and Xbase

#21 Post by skiman »

Hi,

I think this is the same code.

Code: Select all

* cyklus pre nacítavanie znakov z retazca
** velkostsuboru = size of file
i:=0
DO WHILE i<velkostsuboru
i++
pomznak := iif(znak:=asc(cSourcestring[i])<128,zNak,zNak-127)-1
for j=0 to pomznak
i++
cTargetString+=cSourceString[i]
next
ENDDO
Best regards,

Chris.
www.aboservice.be

Post Reply