Search found 1 match

by aerhx
Sat Apr 07, 2012 3:45 pm
Forum: Support and Development
Topic: Random string?
Replies: 6
Views: 3961

Random string?

Hi, i'm fairly new to the love framework/lua.

I'm trying to do something like this (PHP):

Code: Select all

<?php 
$x = rand().'_this';
?>
How do I go about:
1. Making a random string
2. And attaching that random string to "_this"