Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Arrow Var


Mitus
 Share

Recommended Posts

I need help for code maker
exemple
**Correct code**
Call PutVar(App.Path & "\Arrows.ini", "Arrow" & I, "ArrowRange", 0)
in .ini
ArrowRange=0

I need edit to
Call PutVar(App.Path & "\Arrows.ini", "Arrow" & I, "ArrowRange", 0,0,0,0,0)
for my ini
ArrowRange=0,0,0,0,0

i need use "  ,  " in .ini

Is posible? yeh

@Psiworld(GM):

> I think if you use
> ```
> Call PutVar(App.Path & "\Arrows.ini", "Arrow" & I, "ArrowRange", "0,0,0,0,0")
>
> ```
> done
> ```
> Arrows(I).Range = Val(GetVar(FileName, "Arrow" & I, "ArrowRange"))
> ```
> Thx Psiworld(GM)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...