On 2010-06-30 10:27, matohawk wrote:
> Hi,
> Yes I know but the order it's important because this is a backup of a
> data structures Score.
> So I can't change the order.
> 

in this case i would use something like:
$ sed -e 's|float|Float|g' scorefile.txt > newscorefile.txt
and use the newscorefile.txt instead of the original one.

(of course you might want to refine the sed-expression, e.g. use
's|^float |Float |' or 's|\<float\>|Float|g')


it's a limitation in Pd's parser and you currently just should not use
the symbol "float" as anything else but a selector for numbers.


fgmasdr
IOhannes

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to