Wir schätzen Ihren Input! Bitte nehmen Sie an der Umfrage zu Archicad 28 Startbildschirm und Lerninhalte/Schnell-Tutorials teil
am 2009-11-16 10:46 PM
am 2009-11-19 08:56 AM
am 2009-11-19 11:57 AM
Sorry: aber Franken helfen FrankenBin halt nur Unterfranke. Und das auch noch EX.
txt="Buchstaben vertauschen lösen wir selbstverständlich in GDL."
sonder=".,;:!?"
out=""
s=strstr(txt," ")
p=1
while s>0 and w<255 do
q=s : x=q-p
if x<3 then
out=out+strsub(txt,p,x)+" " : p=q+1
else
anfang=strsub(txt,p,1)
ende=strsub(txt,q-1,1)
if strstr(sonder,ende) then
ende=strsub(txt,q-2,1)+ende
x=x-1
endif
out=out+anfang
snip=strsub(txt,p+1,x-2) : j=strlen(snip)
for i=j to 1 step -1
t=int(rnd(i-0.0001)+1)
out=out+strsub(snip,t,1)
snip=strsub(snip,1,t-1)+strsub(snip,t+1,255)
next i
out=out+ende+" "
p=q+1
endif
s=strstr(strsub(txt,p,255)," ")
if s>0 then
s=p+s-1
else
if q<strlen(txt) then s=strlen(txt)+1 else w=255
endif
w=w+1
endwhile
text2 0,0,out
am 2009-11-19 12:43 PM
am 2009-11-19 02:42 PM
am 2009-11-19 05:09 PM
am 2009-11-19 07:26 PM
am 2009-11-20 08:09 AM
am 2009-11-20 08:18 AM
am 2010-01-18 09:37 PM