File Input/Output

General Injection issues

Moderators: Murderator+, Murderator

Post Reply
robinhood
Posts: 20
Joined: 2004-04-14 07:43:49
Location: Novgorod the Great, Russia
Contact:

File Input/Output

Post by robinhood »

Подскажите, возможно ли сохранение/считывание каких-либо данных из файлов.
AGRS
Expert!
Posts: 1007
Joined: 2004-04-04 21:40:09
Contact:

Post by AGRS »

Возможно.
robinhood
Posts: 20
Joined: 2004-04-14 07:43:49
Location: Novgorod the Great, Russia
Contact:

Post by robinhood »

А как, разьясните:)
AGRS
Expert!
Posts: 1007
Joined: 2004-04-04 21:40:09
Contact:

Post by AGRS »

См. док в архиве на сайте.
Revenant
Posts: 54
Joined: 2004-08-05 21:12:19

Post by Revenant »

f=file("C:\mine4.dat")
запись
var s=0

f.open()
f.create()
s=safe call f.writeln(be)
f.close()

загрузка
var Minepoints=0

f.open()
Minepoints=safe call f.ReadNumber()
f.close()

типа намекнул )
robinhood
Posts: 20
Joined: 2004-04-14 07:43:49
Location: Novgorod the Great, Russia
Contact:

Post by robinhood »

Сенкьюверимач +))
ту ёко... неплохо бы описание этих комманд в Хелпы добавить
AGRS
Expert!
Posts: 1007
Joined: 2004-04-04 21:40:09
Contact:

Post by AGRS »

В хелпе описание класса UO.
Post Reply