Put and Get should work, but if you don't want to access your file in binary mode you can open it in random mode

open "yourfile" for random as #1

this mode allows both Read and Write