Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cara Dapetin Semua ARGS #98

Closed
AthallahDzaki opened this issue Oct 14, 2020 · 3 comments
Closed

Cara Dapetin Semua ARGS #98

AthallahDzaki opened this issue Oct 14, 2020 · 3 comments

Comments

@AthallahDzaki
Copy link

Ketika saya mengetik sebuah command dengan args lebih dari 1 maka semua args akan kebaca, tapi bagaimana caranya?
contoh

#kalkulator 1 * 2 * 3 + 2 / 2

Nah argsnya kebaca semua, total 17 args kebaca (+ spasi karena args juga)

@Nurutomo
Copy link

args.join(' ')
Mungkin itu bisa

@AthallahDzaki
Copy link
Author

Oke thanks gan Close Issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@Nurutomo @AthallahDzaki and others